如何将我的本地 neo4j 数据集迁移到 grapheneDB 实例

How to migrate my local neo4j dataset to the grapheneDB instance

我目前正在做一个项目,是时候托管应用程序和我的图形数据库了。我选择了 heroku,我已经能够部署我的应用程序,添加一个附加组件 (GrpaheneDB)。现在我想将我的本地数据集迁移到我的在线数据库上。找了两天了

每次尝试恢复数据库时,我都会收到此错误:

引用 GrapheneDB 的 troubleshooting section 进行导入:

When a restore process fails, it’s usually due to one of the following reasons:

  • The store files were copied while Neo4j is still running: Make sure Neo4j is stopped.
  • The store files correspond to a newer version of Neo4j than the one on GrapheneDB: Make sure you restore to the same version or higher.
  • The compressed file is not a supported format: Make sure you use one of our supported formats, which include zip, tar, cpio, gz, bz2 and xz.
  • There are store files missing within the compressed file: Make sure the archive contains the full graph.db directory and all files inside (use the recursive option when creating the archive).