Forked from jidokaaris/upgrade-modul-cli-docker-compose.txt
Created
February 10, 2025 02:18
-
-
Save arisnew/73f8a070598efb4641c649f3fde91fb1 to your computer and use it in GitHub Desktop.
Upgrade modul odoo via cli (docker compose)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker compose exec NAMA_SERVICE_ODOO odoo \ | |
| -d NAMA_DB \ | |
| --db_password PASSWORD_DB \ | |
| --db_host NAMA_SERVICE_DB \ | |
| --no-xmlrpc \ | |
| --stop-after-init \ | |
| --update NAMA_ADDON |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment