Skip to content

Fix PostgreSQL images failing to start in CI

Stan Hu requested to merge sh-fix-postgresql-ci-failing into master

PostgreSQL 9.6.17 was released recently and now requires a password to be set. We can also set the POSTGRES_HOST_AUTH_METHOD to trust to bypass a password. Since this is just running in CI, this should be acceptable.

Closes #205820 (closed)

CORRECTION: This change was made in the Dockerfile: https://github.com/docker-library/postgres/commit/42ce7437ee68150ee29f5272428aa4fc657dc6dc

Edited by Stan Hu

Merge request reports