diff options
author | Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org> | 2025-09-29 17:28:54 -0400 |
---|---|---|
committer | Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org> | 2025-09-29 17:36:33 -0400 |
commit | 9a75ec78d9614923baaedc6a129028a4e4ccce8d (patch) | |
tree | 1b2154f2601f7afe20a0af185200561012a4f633 /devel/py-odoo-addon-openupgrade-scripts17/files/pkg-message.in | |
parent | devel/py-odoo-addon-openupgrade-framework1{6,7,8}: New ports (diff) |
devel/py-odoo-addon-openupgrade-scripts1{6,7,8}: New ports
odoo-addon-openupgrade-scripts is a critical open-source tool for
the Odoo ecosystem, specifically designed to automate and manage
the database migration process between major and minor versions of
Odoo. It contains a comprehensive collection of analysis and scripts
that facilitate the upgrade of Odoo SA's official modules.
Diffstat (limited to 'devel/py-odoo-addon-openupgrade-scripts17/files/pkg-message.in')
-rw-r--r-- | devel/py-odoo-addon-openupgrade-scripts17/files/pkg-message.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/py-odoo-addon-openupgrade-scripts17/files/pkg-message.in b/devel/py-odoo-addon-openupgrade-scripts17/files/pkg-message.in new file mode 100644 index 000000000000..df102bf467ae --- /dev/null +++ b/devel/py-odoo-addon-openupgrade-scripts17/files/pkg-message.in @@ -0,0 +1,23 @@ +[ +{ type: install + message: <<EOM +Now that OpenUpgrade is installed on your system, you can upgrade Odoo from one +major version to another using a command like the following: + + # service odoo stop + # su -m odoo -c "odoo \ + --upgrade-path=%%PYTHON_SITELIBDIR%%/odoo/addons/openupgrade_scripts/scripts \ + --update all \ + --stop-after-init \ + --load=base,web,openupgrade_framework \ + --database=odoodb \ + --data-dir=/var/lib/odoo \ + --logfile=/dev/stdout \ + --config=%%PREFIX%%/etc/odoo/odoo.conf \ + --without-demo=all" + +Before executing a command such as the one above, consult both the documentation and +OpenUpgrade's issue tracker. +EOM +} +] |