Hi everyone,
I want to migrate my V16 database to V17, I'm encountering some difficulties.
Steps taken to migrate from Odoo 16 to Odoo 17:
- I restored my V16 database to a V17 version
- I downloaded the openupgrade_scripts module
- I created a migration_scripts folder, adding the openupgrade_scripts module, and then added the path to my addons.
- I installed the openupgradelib package
- and called my instance with the command: ./odoo-bin --database=DEMO-MIGRATION --upgrade-path=/mnt/extra-addons/migration_scripts/openupgrade_scripts/scripts
- mistake:
Usage: odoo-bin server [options]
odoo-bin server: error: option --upgrade-path: the path '/mnt/extra- addons/migration_scripts/openupgrade_scripts/scripts' is not a valid upgrade directory
I tried the second option:
[options]
upgrade_path = /mnt/extra-addons/migration_scripts/openupgrade_scripts/scripts
I have followed the recommendations given here 👇
There's no error, but my database hasn't been migrated
Am I missing something?
Thank you for your help and suggestions