2011/8/30 Sylvain Viollon <[email protected]>: > He tried to cleanup the tables object_refs_added and object_refs but the > error persist and seems to stay the same. > > Before 1.5.0 they had 1.4.1 (the database have been created using that > version), and when this problem appear, I recommended as 1.5.0 contains > various fixes for pack on large database. > > Do you have any ideas on how to fix this pack ?
You can truncate the object_refs_added and object_ref tables and they'll be re-filled the next time you do a GC-enabled pack. -- Martijn Pieters _______________________________________________ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - [email protected] https://mail.zope.org/mailman/listinfo/zodb-dev
