Fix PostgreSQL images failing to start in CI
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 https://gitlab.com/gitlab-org/gitlab/issues/205820
Showing
Please register or sign in to comment