While not perfect, in an Amazon world, couldn't EBS snapshots provide a crude version of this?
On Wednesday, August 27, 2014 5:21:57 PM UTC-4, Michael Hunger wrote: > > Afaik, there is no such tool at the moment, and the transaction log code > is undergoing major rewrites in Neo4j 2.2 > > To my knowledge the transaction contents (delta since last backup) are > transferred and applied to the backup via the same protocol that the HA > cluster uses. > > Perhaps you could explain your use-case i.e. what you want to achieve in > more detail and then we could discuss if it makes sense to add something > like this as an ecosystem project or part of the roadmap? > > Michael > > Am 27.08.2014 um 18:23 schrieb [email protected] <javascript:>: > > 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] <javascript:>. > For more options, visit https://groups.google.com/d/optout. > > > -- 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.
