diff --git a/bitnami/supabase-postgres/15/debian-12/Dockerfile b/bitnami/supabase-postgres/15/debian-12/Dockerfile index 4686c140a4a9..2e2f2306e654 100644 --- a/bitnami/supabase-postgres/15/debian-12/Dockerfile +++ b/bitnami/supabase-postgres/15/debian-12/Dockerfile @@ -9,11 +9,11 @@ ARG WITH_ALL_LOCALES="no" LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2024-07-31T20:54:34Z" \ + org.opencontainers.image.created="2024-08-01T15:03:15Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/supabase-postgres/README.md" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="15.6.1-debian-12-r4" \ + org.opencontainers.image.ref.name="15.6.1-debian-12-r5" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/supabase-postgres" \ org.opencontainers.image.title="supabase-postgres" \ org.opencontainers.image.vendor="Broadcom, Inc." \ diff --git a/bitnami/supabase-postgres/15/debian-12/rootfs/opt/bitnami/scripts/libpostgresql.sh b/bitnami/supabase-postgres/15/debian-12/rootfs/opt/bitnami/scripts/libpostgresql.sh index a5da57b04bd5..a1c28111e0ea 100644 --- a/bitnami/supabase-postgres/15/debian-12/rootfs/opt/bitnami/scripts/libpostgresql.sh +++ b/bitnami/supabase-postgres/15/debian-12/rootfs/opt/bitnami/scripts/libpostgresql.sh @@ -777,7 +777,7 @@ postgresql_stop() { ######################### postgresql_start_bg() { local -r pg_logs=${1:-false} - local -r pg_ctl_flags=("-w" "-D" "$POSTGRESQL_DATA_DIR" "-l" "$POSTGRESQL_LOG_FILE" "-o" "--config-file=$POSTGRESQL_CONF_FILE --external_pid_file=$POSTGRESQL_PID_FILE --hba_file=$POSTGRESQL_PGHBA_FILE") + local -r pg_ctl_flags=("-W" "-D" "$POSTGRESQL_DATA_DIR" "-l" "$POSTGRESQL_LOG_FILE" "-o" "--config-file=$POSTGRESQL_CONF_FILE --external_pid_file=$POSTGRESQL_PID_FILE --hba_file=$POSTGRESQL_PGHBA_FILE") info "Starting PostgreSQL in background..." if is_postgresql_running; then return 0