Last active
February 10, 2025 02:18
-
-
Save jidokaaris/f4f2cc523f09109a30c9f50bbd8c3635 to your computer and use it in GitHub Desktop.
Upgrade modul odoo via cli (docker compose)
This file contains 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