Pre-Python 3 ZODB Verification Woes: grokcore.component.interfaces, Archetypes.BaseUnit, …

@nutjob: Most of these are most likely entries in the Relation-Cataloig and IntId-Catalog and can be solved with this:

from collective.relationhelpers.api import rebuild_relations
rebuild_relations(flush_and_rebuild_intids=True)

And yes, you can go ahead and run zodbupdate and fix these issues afterwards. Also do not forget packing before running zodbverify again!

Read this for more details:

3 Likes