Troubleshooting - When try start up the Odoo container #21
Replies: 5 comments
-
Check that config/odoo.confThe most error is not check the addons_path addons_path = /mnt/extra-addons, /mnt/custom-addons, /mnt/another-addons that have to math with volume of odoo container |
Beta Was this translation helpful? Give feedback.
-
Out of container check Files PermissionsTo change permissions : |
Beta Was this translation helpful? Give feedback.
-
When DB takes a lot of time to up"I recommend using the restore script" Download from this link: https://github.com/binaural-dev/script-backups/blob/master/restore_db.sh How does it use?
Command name: Arguments that allow: Note: The script Just supports files with .zip extensions Example:
Run that script and then...
|
Beta Was this translation helpful? Give feedback.
-
Check if it is using the correct .envNote: Check if the ports of PORT_SERVICE_HOST_ODOO, PG_ADMIN_HOST_PORT are not using by others containers PROJECT_NAME=integr14bsmovil |
Beta Was this translation helpful? Give feedback.
-
|
Or just wait until the db service run (recommended |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What I found about how to solve problems when the Odoo container didn't up. For example, db service takes a lot of time to work
Beta Was this translation helpful? Give feedback.
All reactions