From 5bafcc3929919ed99eadcde51e8fc8e26c5a1985 Mon Sep 17 00:00:00 2001 From: Bernhard Radermacher Date: Fri, 20 Mar 2026 08:17:46 +0100 Subject: [PATCH] revert --- entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 7fb0cb5..b23d5cd 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -88,7 +88,6 @@ docker_setup_env if [[ ! -s "$PGDATA/PG_VERSION" ]]; then if [[ -z $POSTGRES_UPSTREAM ]] || [[ -z $POSTGRES_REPLICATOR_USERNAME ]]; then - echo ${POSTGRES_PASSWORD} initdb --username=postgres --pwfile=<(printf "%s\n" "${POSTGRES_PASSWORD}") pg_setup_conf pg_setup_hba_conf