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:
- At time t0 the entire data base is empty
- At t1 one node is added
CREATE (p:Person {title: "p1"})
- Backup command is issued
- At t2 another node is added
CREATE (p:Person {title: "p2"})
- Backup command is issued
- Some more nodes
p3, p4, p5
are added
How 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
https://stackoverflow.com/questions/57519949/neo4j-incremental-backup-restore