Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docsource/040_run_migration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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=<path_to_openupgrade>/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
.....................
Expand Down
Loading