Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-15-2019 11:41 PM
Summary:
Backup and Restore works fine as per documentation, using Incremental Backup how to I revert to say 2 save-point behind time?
Incremental Backup in NEO4J is well documented. While only simple restore to last recovery point is documented at https://neo4j.com/docs/operations-manual/current/backup/restoring/.
Say the flow is as follows:
CREATE (p:Person {title: "p1"})
CREATE (p:Person {title: "p2"})
p3, p4, p5
are addedHow based on documentation it is possible for me to revert to t2
(ie step 4) BUT how do I revert back to t1
? I cannot find this documentation in NEO4J
Solved! Go to Solution.
08-16-2019 12:46 AM
To add to Michael's answer: a good way to keep recovery points is doing filesystem snapshots after each incremental backup you've taken. ZFS is excellen for this.
08-16-2019 12:23 AM
Point in time recovery is not supported as such right now.
Your option is only to keep copies of the backup at the different stages.
08-16-2019 12:46 AM
To add to Michael's answer: a good way to keep recovery points is doing filesystem snapshots after each incremental backup you've taken. ZFS is excellen for this.
All the sessions of the conference are now available online