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
File tree
21 files changed
+63
-0
lines changed- 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
21 files changed
+63
-0
lines changedSome 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