Neo4j Community Edition 3.2 升级 - 哪里可以找到配置参数 "dbms.allow_format_migration=true"

Neo4j Community Edition 3.2 upgrade -where to find config param "dbms.allow_format_migration=true"

我下载了最新的 Neo4j 3.2 版本(社区版)。以前我有一个 3.XX 版本。启动我的数据库时,系统提示我更改配置设置。我在哪里可以找到社区版的这个配置参数?

Failed to start Neo4j with an older data store version. To enable automatic upgrade, please set configuration parameter "dbms.allow_format_migration=true"

启动社区版时,点击 Options 按钮,它会显示配置文件的位置。

这是我如何解决它的一个例子: (使用新版 NEO4J 3.2.2 打开 ReactomeDB 时出现问题)

解决步骤如下:

1.-在reactome.org/download/current/reactome.graphdb.tgz下载并解压zip ReactomeGraphDB61后,我尝试用NEO4J打开它 TryingOpenReactomeGraphDB61atNEO4J322

2.-解决方案:点击选项,编辑.config文件。

3.-取消注释 "dbms.allow_format_migration=true" 并保存此编辑后的文件。 UncommentDBMS_FORMAT_MIGRATION

现在可以使用了!