Thanks David.
The problem I had initially was I could not stop the database in my docker container. The STOP command is only available in the Enterprise Edition.
If you're running Neo4j in a docker container and want to perform an offline backup, yo...
I'm using the community edition of Neo4j. The backup tool is only available in the Enterprise edition. So the only way I know of to backup/restore is copying these files? Is that not correct for the community edition?
I was able to get it to work by also copying the transactions folder, but would prefer not to since it is much larger than the databases folder.
Is there a command you should run on your database prior to shutting it down and copying the databases fo...
Hello David,
I tried to do a backup/restore from one container to another container using Docker version of Neo4j Community Edition 4.1.
Shut down container running Neo4j on server1Copied the contents of the databases folder (had neo4j & system folde...