[ZODB-Dev] ZODB Problem
Jeremy Hylton
jhylton at gmail.com
Wed Jan 26 14:06:36 EST 2005
On Wed, 26 Jan 2005 19:40:22 +0100, Dieter Maurer <dieter at handshake.de> wrote:
> Somehow, you succeeded in overwriting the root
> with an image. I do not know how you got at this.
>
> You could recover as follows:
>
> Use "fsdump" to determine when the object with oid "0" was last modified.
>
> Truncate your storage file to the start of the respective transaction.
Could you also undo that transaction? I'm not entirely sure how to do
that without running the management interface. I guess you'd identify
the txn with fsdump, then undo it manually.
Jeremy
More information about the ZODB-Dev
mailing list