[Zope] undoing ZODB transaction from command line

Chris Withers chrisw@nipltd.com
Wed, 08 May 2002 10:22:26 +0100


BRYAN OGAWA wrote:
> 
> I was wondering how to undo a ZODB transaction from the command line.  I
> deleted vurt (the default VirtualHostMonster instance) on our website and
> it killed everything.

You can either just lop a few bites off the end of the ZODB, or you can write some Python
to open the ZODB and then call the undo method...

(the second option is harder ;-)

cheers,

Chris