diff --git a/bitnami/postgresql/bitnami-utils-custom.sh b/bitnami/postgresql/bitnami-utils-custom.sh index c4fcc3b9be66..2fbab07095aa 100644 --- a/bitnami/postgresql/bitnami-utils-custom.sh +++ b/bitnami/postgresql/bitnami-utils-custom.sh @@ -11,7 +11,7 @@ initialize_database() { echo "==> Populating conf files..." echo "" - mv $BITNAMI_APP_DIR/data/{pg_hba.conf,pg_ident.conf,postgresql.auto.conf,postgresql.conf} $BITNAMI_APP_DIR/conf/ + mv $BITNAMI_APP_DIR/data/{pg_hba.conf,pg_ident.conf,postgresql.conf} $BITNAMI_APP_DIR/conf/ echo "==> Configuring PostgreSQL to listen on all interfaces..." echo ""