简体   繁体   中英

How to migrate from Neo4j Community to Enterprise edition (on Ubuntu)?

I'm currently running Neo4j Community edition, and would like to upgrade to the Enterprise edition.

What is the best way to do this?


I have installed the Enterprise edition with:

sudo apt-get install neo4j-enterprise

But when I run...

sudo neo4j start

...I believe I am still running the community edition.

I couldn't find any instructions on how to migrate on the Neo4j website.

  1. Take a dump of your database (neo4j-admin dump)
  2. Remove the neo4j installation (sudo apt-get remove neo4j)
  3. Install neo4j-enterprise (sudo apt-get install neo4j-enterprise)
  4. Load the database (neo4j-admin load)

Do not combine the two installations together (as you have been doing).

Hope this helps, Tom

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM