Commit cc254e8
authored
Unset NOTIFY_SOCKET when running the temporary server. (#1325)
* Unset NOTIFY_SOCKET when running the temporary server.
Postgres has native support for this notification socket and will write a `READY=1` message once it is ready and accepting connections. Unfortunately, the temporary server used by the `docker-entrypoint.sh` also sends a message on the socket, making it appear as though the container is ready and serving connections when it is not.1 parent 729d22b commit cc254e8
21 files changed
Lines changed: 63 additions & 0 deletions
File tree
- 13
- alpine3.20
- alpine3.21
- bookworm
- bullseye
- 14
- alpine3.20
- alpine3.21
- bookworm
- bullseye
- 15
- alpine3.20
- alpine3.21
- bookworm
- bullseye
- 16
- alpine3.20
- alpine3.21
- bookworm
- bullseye
- 17
- alpine3.20
- alpine3.21
- bookworm
- bullseye
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments