Replies: 3 comments
-
Regarding your questions and how we solved them using doodba:
|
Beta Was this translation helpful? Give feedback.
-
Docker volumes if what you're looking for here.
Exec the shell inside the container, or spin up a temporary container. This should not be a problem.
Depending on if this is development or production, either docker volume, log to stdout and use logging solution of your choice to collect from docker directly. |
Beta Was this translation helpful? Give feedback.
-
It is same 4 points that you write with v17? |
Beta Was this translation helpful? Give feedback.
-
This is the discussion for those who use Dockers (in production) or have used them in the past.
We have used the official Odoo Docker, mainly for v15 instances.
While we learnt a lot about running Odoo in the Docker, and intend to continue do so, we also realised a good number of important problems with the above.
These are:
The filestore is on the Docker!
We are unable to freely use the Odoo shell (CLI) to install, uninstall and upgrade modules (as far as I understood, because of communication between the application and database dockers).
The logfile is on the Docker! For troubleshooting, the technician has to inevitably enter the Docker's shell.
Rebuilding the Docker image using erases the database and filestore. This makes it impossible to load the latest Odoo (base) updates, security fixes etc.
In our research we found the following Dockers used in the community, in addition to the official Odoo ones, and maybe there are others..
What has everyone's experience been?
How did you resolve the above 4 problems? If they are documented, I would welcome links.
Thanks for your insights, and I'm leaving this question with a poll below.
15 votes ·
Beta Was this translation helpful? Give feedback.
All reactions