I used to have a problem creating a "backup", as shown in this question , where I get an error when trying to restore a database, because I did a copy when the database started.
So, I did an experiment with a new database from another computer (this time with ubuntu) I tried this:
- I created some nodes and relationships, very few, like 10 (example matrix).
- Then I stopped the neo4j service
- I copied the data folders containing graph.db to another location
- After that, I deleted the graph.db folder and ran neo4j
- He automatically created a new graph.db folder, and the database starts as new without any data, this is normal.
- Then I stopped again and inserted the old graph.db folder
I get an error message:
Starting Neo4j Server...WARNING: not changing user waiting for server to be ready... Failed to start within 120 seconds.
The error appears after 5 seconds, not after 120 seconds.
- I tried pasting a folder called data strong>. The same error.
How do I manually backup and restore the neo4j community offline?
I read in some posts that you are copying and restoring, but this does not work.
thanks for the help
database neo4j nosql backup
perseus
source share