[ZODB-Dev] Recover a previous state of the database

Stefan Milenkovic smilenko at gmail.com
Tue Apr 19 11:02:52 EDT 2005


I have found the solution alone...

For those who may have the same question, you solve the problem like this:

You just undo the transactions sucessively until the timestamp of the
last undone transaction converted to a datetime is less than the given
past time. After this you commit and that's all!

Thanks to myself :-)

Stefan


More information about the ZODB-Dev mailing list