diff --git a/README.md b/README.md index 0214942..f78308d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ### Before migration - [ ] import the origin database to migrate on local computer -- [ ] Uninstall all useless Odoo add-ons. Warning: do not uninstall add-ons for which the disappearance in the finale version is managed by Open Upgrade scrips. +- [ ] Uninstall all known useless Odoo add-ons. Warning: do not uninstall add-ons for which the disappearance in the finale version is managed by Open Upgrade scrips. - [ ] Unsure all the add-ons are migrated in the final Odoo version - [ ] (optional) De-active all the website views @@ -24,9 +24,17 @@ ``` bash ./upgrade.sh {ORIGIN_VERSION} {DESTINATION_VERSION} {ORIGIN_DATABASE_NAME} {ORIGIN_SERVICE} ``` - ex: ./upgrade.sh 14 16 elabore_20241208 odoo14 +- [ ] Inspect the list of add-ons identified as missing in the final Odoo docker image: + - if you want to uninstall some of them: + - STOP the process (N) + - uninstall the concernet add-ons manually + - launch the migration script again + - if the list suits you, show can go on (Y)! + +The migration process should run all the middle-migrations until the last one without action needed from you. + ### Deploy migrated base - [ ] Retrieve the migrated database (vps odoo dump) @@ -44,6 +52,10 @@ At the beginning of the process, the script compare the list of add-ons installe The whole list of add-ons to uninstall is displayed, and needs a confirmation before starting the migration. +## Customize the migration scripts + +FEATURE COMING SOON... + ## Manage migration issues