postgres/14
Paul Liétar cc254e85ed
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.
2025-02-26 16:53:12 -08:00
..
alpine3.20 Unset NOTIFY_SOCKET when running the temporary server. (#1325) 2025-02-26 16:53:12 -08:00
alpine3.21 Unset NOTIFY_SOCKET when running the temporary server. (#1325) 2025-02-26 16:53:12 -08:00
bookworm Unset NOTIFY_SOCKET when running the temporary server. (#1325) 2025-02-26 16:53:12 -08:00
bullseye Unset NOTIFY_SOCKET when running the temporary server. (#1325) 2025-02-26 16:53:12 -08:00