Hello. Currently, I'm working on developing a more efficient backup/restore process using the current tools Neo4J enterprise has. The ideal of the project is to be able to restore to any point in time (any hour, any minute), but currently I'm able to restore up any past date, but not any hour/minute in the selected date.
By reading the documentation of Neo4J I think that there is a way to improve the backup/restore, but don't know if the tools are available. It would be to perform a full backup in a new directory for each date, and during the day perform continuous incremental backups at every minute, but without applying the transaction logs (only saving them, and have them available in the backup folder). Then at restore, select the desired date, copy the data from it and apply the transaction logs up to the point-in-time specified. The issue is: I haven't found anything about a tool/script/piece-of-code available for users that can save the transaction logs, neither another one that can apply them. Is there something like that already released or under development? or should I play with the java source code and try to develop one? Thanks -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
