降级图 Neo4J

Downgrade Graph Neo4J

我在 Azure 中托管的 Linux 虚拟机中有一个 Neo4J 服务器 运行。

我使用的是 3.1.3 版,我只是通过设置 dbms.allow_format_migration=true

升级到 3.2 版

遗憾的是,我无法再访问 Neo4J 浏览器,因为我面临着与这个问题相同的问题:https://github.com/neo4j/neo4j-browser/issues/511

我试图返回到 3.1.3 版本,但出现以下错误:

UnexpectedUpgradingStoreVersionException : Not possible to upgrade a store with version 'v0.A.8 to current store version 'v0.A.7' (Neo4j 3.1.3)

你知道是否真的可以让数据库适应以前的版本吗?

感谢您的帮助!

根据升级指南,这是不可能逆转的。 请参阅 here(部分:商店升级是否可逆?)。

升级前有备份数据吗?