From 470ba296d8708059c151824ff3059a337877799b Mon Sep 17 00:00:00 2001 From: Simone Rubino Date: Wed, 22 Jul 2026 15:54:23 +0200 Subject: [PATCH] [IMP] run_migration: Recommended command The --upgrade-path option is automatically added --- docsource/040_run_migration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 .....................