Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
07-09-2020 02:36 AM
I'm using community edition of neo4j and trying to export my db using dump
command of neo4j-admin:
neo4j-admin dump --database=neo4j --to=/export/00001.dump
but neo4j says:
The database is in use. Stop database 'neo4j' and try again.
I tried to stop DB using STOP DATABASE
administrative command but this command only exists in enterprise edition!
So How can I dump my DB into a file?!
Solved! Go to Solution.
07-09-2020 03:41 AM
It is depending on the server platform, on Linux it is service neo4j stop
Either that or neo4j stop
will stop the database.
Replace stop with start to start it again.
On windows I assume neo4j stop will work as well.
07-09-2020 03:41 AM
It is depending on the server platform, on Linux it is service neo4j stop
Either that or neo4j stop
will stop the database.
Replace stop with start to start it again.
On windows I assume neo4j stop will work as well.
All the sessions of the conference are now available online