Reputation: 495
I'm looking for Online backup feature for neo4j Community edition. There is a component available for neo4j Enterprise, but couldn't find for Community edition.
Upvotes: 3
Views: 1372
Reputation: 41686
You could always write your own ServerExtension or Plugin to export all or a sub-set of your data without shutting down the server or use something like the Geoff-Plugin which exports data in a human readable format and can re-import it again.
Upvotes: 1