Closed
Description
about 6 hours ago my automated tests started failing because we could no longer connect to the database once the docker container came up and reported that it was accepting connections.
Further testing revealed that it was because we were pulling a new version of the official postgres:9.4 image.
A known good image we have is ad2fc7b9d681
The failing image seems to be 25add771b79e
I can switch back and forth between the 2 images and reproduce the bug consistently.
We do run some initialization scripts, but they're all sql commands to create our users and build our schemas and tables, not anything touching hba or similar.
Metadata
Metadata
Assignees
Labels
No labels