Go to file
rbuisson 14e51ae334 [IMP] 11.0-13.0: Wait for PostgreSQL before starting Odoo
In some situations, like when a docker compose file use a data volume
to persist postgresql databases, the Odoo server starts and tries to
connect to database server before the postgresql server is ready.

In such a case, the Odoo containers fails to start.

With this commit, the wait-for-it script is used to wait for the
database server service to be ready before starting Odoo.

This script is available as a Debian package.

Closes #258, closes #259
2019-10-16 13:16:21 +02:00
11.0 [IMP] 11.0-13.0: Wait for PostgreSQL before starting Odoo 2019-10-16 13:16:21 +02:00
12.0 [IMP] 11.0-13.0: Wait for PostgreSQL before starting Odoo 2019-10-16 13:16:21 +02:00
13.0 [IMP] 11.0-13.0: Wait for PostgreSQL before starting Odoo 2019-10-16 13:16:21 +02:00
.gitignore [ADD] gitignore 2016-11-03 20:23:37 +01:00
LICENSE [ADD] Licence file 2016-11-03 20:24:14 +01:00
README.md Create README.md 2014-12-11 09:17:08 +01:00

About this Repo

This is the Git repo of the official Docker image for Odoo. See the Hub page for the full readme on how to use the Docker image and for information regarding contributing and issues.

The full readme is generated over in docker-library/docs, specifically in docker-library/docs/odoo.