Zodbverify failed on a existing Data.fs under python 2.7

@Hugo It seems you are using a old version of zodbverify. The current version is 1.1.0 and will give you a list of oids for each error.

Fixing all of these errors is actually a more complex task. I was planning to write everything I learned about that down for my training in Sorrento but then came Corona. :frowning:

One thing you should do is discussed in Zodbverify: Porting Plone with ZopeDB to Python3.

You can probably safely ignore most errors you get before running zodbupdate --convert-py3, the important ones are the errors you get after the migration. But even many of those can be safely ignored. The hard question is which ones. My rule of thumb is: If the site works and you can pack the database without errors you could continue. If you have more time and/or budget you can spend time to investigate the problems.

I promise to give a detailed talk about that at the next conference and I will write documentation about it :slight_smile:

4 Likes