From 20327c74526c3045a7755ca496ac6f14d17eb92d Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Wed, 12 Aug 2015 11:49:34 +0530 Subject: [PATCH] do not move `postgresql.auto.conf` to `conf` volume --- bitnami/postgresql/bitnami-utils-custom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ""