Skip to content

Commit 18a8805

Browse files
author
Antonio C.
committed
upgrade 16-17 successfull
1 parent 910060d commit 18a8805

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

odoo/podman/upgrade/upgrade.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ To install `openupgradelib` from the master branch check the
263263

264264
[source,bash]
265265
----
266-
python -m pip install git+https://github.com/OCA/openupgradelib.git@3.7.2#egg=openupgradelib
266+
python -m pip install git+https://github.com/OCA/openupgradelib.git@3.11.1#egg=openupgradelib
267267
----
268268

269269
Generate pip `requirements.txt` file for the `openupgradelib` version.
@@ -374,11 +374,11 @@ podman stop odoo_upg_web
374374
podman rm odoo_upg_web
375375
----
376376

377-
Start the container using the correct odoo version.
377+
Start the container using the correct odoo version and the upgraded database.
378378

379379
[source,bash]
380380
----
381-
podman run --name odoo_upg_web --privileged --pod odoo -d -v "odoo_upg_web_data:/var/lib/odoo:z" -v "odoo_upg_web_configs:/etc/odoo:Z" -v "odoo_upg_web_addons:/mnt/extra-addons:Z" -e POSTGRES_DB=postgres -e USER=odoo -e PASSWORD=1234 -e HOST=odoo_pgsql -e USER=odoo --label "name=odoo,component=web,part-of=odoo" odoo:17.0
381+
podman run --name odoo_upg_web --privileged --pod odoo_upg -d -v "odoo_upg_web_data:/var/lib/odoo:z" -v "odoo_upg_web_configs:/etc/odoo:Z" -v "odoo_upg_web_addons:/mnt/extra-addons:Z" -e POSTGRES_DB=postgres -e USER=odoo -e PASSWORD=1234 -e HOST=odoo_upg_pgsql -e USER=odoo --label "name=odoo,component=web,part-of=odoo" odoo:17.0
382382
----
383383

384384
== Appendix

0 commit comments

Comments
 (0)