Hi David,
I've been trying to get this to work for several days without success. I'm using the community edition.
My process is:
- Stop the server
- Dump the neo4j database
- Start server
- Copy that dump to S3
Then to test the backup
5) Stop server
6) Pull down the dump from S3
7) Load dump into the same server and neo4j database (using force)
8) Start server
After doing this, whenever I use the browser to attempt to look at the database it says it is "offline"
Any ideas?
David