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