Skip to content
New issue

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

Unable Upgrade: How to upgrade from Odoo 16 to Odoo 17 ? #4493

Closed
rathorrupam opened this issue Jul 1, 2024 · 2 comments
Closed

Unable Upgrade: How to upgrade from Odoo 16 to Odoo 17 ? #4493

rathorrupam opened this issue Jul 1, 2024 · 2 comments

Comments

@rathorrupam
Copy link

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 👇

https://github.com/OCA/OpenUpgrade/tree/17.0/openupgrade_scripts#:~:text=%5Boptions%5D%0Aupgrade_path%20%3D%20/PATH_TO_openupgrade_scripts_MODULE/scripts/

There's no error, but my database hasn't been migrated

Am I missing something?

Thank you for your help and suggestions**

@rathorrupam
Copy link
Author

@pedrobaeza
Copy link
Member

OpenUpgrade v17 is not yet ready. You can follow its progress at #4124

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants