We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After running python2 bin/zopeupdate --convert-py3 it would make sense to check if all database records can be unpickled w/o errors under python3
python2 bin/zopeupdate --convert-py3
so run `zodbupdate --test-convert-py3``under python3 and list all oids, serials, classnames for pickles that lead to a UnicodeDecoreError.
@thefunny42 already did something similar that we can adapt and reuse in mdtools.relstorage: https://github.com/minddistrict/mdtools.relstorage/tree/master/src/mdtools/relstorage/search.py
The text was updated successfully, but these errors were encountered:
This can leave in this repository, but that should be a different script I believe. As I repeat, zodbupdate is not just a Python3 migration tool.
Sorry, something went wrong.
This may be a good point to promote https://github.com/plone/zodbverify which may be really helpful here.
No branches or pull requests
After running
python2 bin/zopeupdate --convert-py3
it would make sense to check if all database records can be unpickled w/o errors under python3so run `zodbupdate --test-convert-py3``under python3 and list all oids, serials, classnames for pickles that lead to a UnicodeDecoreError.
@thefunny42 already did something similar that we can adapt and reuse in mdtools.relstorage: https://github.com/minddistrict/mdtools.relstorage/tree/master/src/mdtools/relstorage/search.py
The text was updated successfully, but these errors were encountered: