wakeup
wakeup

Reputation: 495

Online Backup for neo4j Community Edition

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

Answers (2)

Michael Hunger
Michael Hunger

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

Ryan
Ryan

Reputation: 1360

The online backup is only available for the enterprise edition.

Upvotes: 3

Related Questions