我的数据库是空的,没有丢失任何数据的危险。
neo4j-sh (?)$ match (n) return count(n);
+----------+
| count(n) |
+----------+
| 0 |
+----------+
1 row
156 ms
答案 0 :(得分:0)
如果它是您的生产服务器,您应该使用' http://debian.neo4j.org/repo stable /'作为deb存储库。
首先卸载以前的版本
apt-get remove --purge neo4j
将存储库更改为稳定存储
apt-get install neo4j