[ZODB-Dev] Removing undeleteable objects from ZODB

2011-12-19 Thread Eugene Morozov
Hello, I have a very old Zope instance (it was upgraded from Zope 2.4 to Zope 2.7 and later to Zope 2.13) that has a number of problems. There're instances of products that no longer exist, for example. They can't be removed by using any means. They can't be removed from Zope user interface (some

Re: [ZODB-Dev] Removing undeleteable objects from ZODB

2011-12-19 Thread Shane Hathaway
On 12/19/2011 02:50 AM, Eugene Morozov wrote: Is there some other way to remove them? I would remove all references to the broken objects, then let packing wipe the old objects away. For example: container = app['somefolder'] del container[obj_name] It's possible to replace objects in the