Replies: 1 comment 3 replies
-
Hi! All the steps seem correct, according to the OU documentation.
AFAICS, there are some modules already done: https://github.com/OCA/OpenUpgrade/milestone/11
As per the OpenUpgrade documentation, the adjustments you need to do to the configuration files are to point to the correct database you want to migrate and to launch the update. In Doodba, there are several ways to do it, pretty much as you mention in the question:
To point to the correct database, you can pass the specific parameter in the configuration file, I hope these quick suggestions have helped. However, maybe @yajo or @pedrobaeza can give other guidelines or corrections, as they have more experience here. |
Beta Was this translation helpful? Give feedback.
-
I would like to use openupgrade with doodba. I found #410 but will need more details.
I am following openupgrade documentation
in repos.yaml
./odoo:
and in dependencies/pip.txt
git+https://github.com/OCA/openupgradelib.git@master
Check coverage of the migration scripts for your installed modules
Found https://oca.github.io/OpenUpgrade/modules130-140.html
Make a copy of the database to migrate
Adjust the configuration for Odoo and OpenUpgrade
docker-compose run --rm odoo --update all --stop-after-init --load=base,web,openupgrade_framework
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions