What upgrade paths have you used for upgrading a site to Python 3?

Custom migrations:

  • full export using collective.jsonify
  • import into ArangoDB as migration database
  • custom importer (not a pipeline) through plone.restapi
1 Like