Reputation: 4844
So I’m ready to move my Neo4j database from my local machine to GrapheneDB for further development.
How can I move the data on my local machine to the GrapheneDB remote store?
Upvotes: 1
Views: 165
Reputation: 1949
I'm one of the founders at GrapheneDB.
Moving your data from your local machine to GrapheneDB is simple:
$ bin/neo4j stop
tar -cjf graph.tar.bz2 data/graph.db
Notes:
I hope this helps.
If you have any issues let us know. You can also contact our support once you've signed up through support UI or by emailing support at graphenedb dot com.
Upvotes: 4