Tell me more ×
Database Administrators Stack Exchange is a question and answer site for database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.

If my neo4j server is running and I copy the data folder using copy/rsync folder, what are the chances of data corruption?

share|improve this question

1 Answer

The copied store might be corrupted, but also might be recoverable.

There's a good reason neo4j has a backup tool: this method is not safe.

If you need to snapshot the file system, cleanly shut down the DB first.

share|improve this answer
Thanks for contributing, Jim. It's also helpful to have links or references for questions like this (maybe an overview of the backup tool since the asker is using a hazardous method currently?) – JNK May 26 '12 at 11:15
If i make a copy of the data folder can it make the original folder corrupt? – Aram Bhusal May 26 '12 at 11:15

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.