You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why is the database name hardcoded? Even if you change it in the odoo.conf, the Docker container won't be compatible with a PostgreSQL database that doesn't have a database named 'postgres'. Multiple people have reported this issue and created PRs to address it, but none of them have been taken seriously. I'm currently creating a Helm chart for Odoo and have to jump through hoops to get it set up.
Hello,
Why is the database name hardcoded? Even if you change it in the odoo.conf, the Docker container won't be compatible with a PostgreSQL database that doesn't have a database named 'postgres'. Multiple people have reported this issue and created PRs to address it, but none of them have been taken seriously. I'm currently creating a Helm chart for Odoo and have to jump through hoops to get it set up.
#459 #426
Obviously these PRs were neglected for so long but it would be nice if the Odoo team merge a solution once and for all to this issue.
docker/18.0/wait-for-psql.py
Line 21 in 6b73961
docker/18.0/entrypoint.sh
Lines 9 to 30 in 6b73961
Best Regards,
Mathias Beaulieu-Duncan
The text was updated successfully, but these errors were encountered: