This commit is contained in:
Bernhard Radermacher
2026-03-20 08:17:46 +01:00
parent cfff7b5ff7
commit 5bafcc3929

View File

@@ -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