remove unix socket from pg

This commit is contained in:
2025-03-17 13:49:28 +04:00
parent e2e24b0694
commit 722010341d

View File

@@ -124,7 +124,7 @@ in
echo "PostgreSQL initdb process completed"
echo
fi
cp {configFile} "$PGDATA"/postgresql.conf
cp ${configFile} "$PGDATA"/postgresql.conf
# sed "s|@PGHOST@|''${PGHOST}|g" ${configFile} > "$PGDATA"/postgresql.conf
if [[ "$POSTGRES_RUN_INITIAL_SCRIPT" == "true" ]]; then
echo