diff --git a/docsource/040_run_migration.rst b/docsource/040_run_migration.rst index ffd7f3c5178..ae3a5a4a1a8 100644 --- a/docsource/040_run_migration.rst +++ b/docsource/040_run_migration.rst @@ -53,10 +53,10 @@ backup of your live database before you start this process! Edit the configuration files and command line parameters to point to the database you are going to upgrade. The recommended command line parameters are the -``--upgrade-path=/openupgrade_scripts/scripts --update all --stop-after-init --load=base,web,openupgrade_framework`` flags. +``--update all --stop-after-init --load=base,web,openupgrade_framework`` flags. For versions earlier than 14.0 that are running the OpenUpgrade fork rather -than Odoo itself, you do not pass the `load` parameter nor `upgrade-path` parameters. +than Odoo itself, you do not pass the `load` parameter. Configuration options .....................