diff --git a/configure.sh b/configure.sh index e7d04b8b9a519a7d07f88f5011969d79c1919e79..2171ed73834c61242baaf4c923c4994a3290fb8d 100755 --- a/configure.sh +++ b/configure.sh @@ -4,6 +4,8 @@ cd postgres ./configure.sh cd .. +align_left "$DOTSTRING" "Configure PostgreSQL stream replication cluster" +echo $DONE pg_replication -c # Configure httpd (ServerGOD) and mod_cluster for jboss diff --git a/postgres/configure.sh b/postgres/configure.sh index 96f2a0d920eac5483fa3f6bb728b2041d768e449..e41a54e401446d38886ffa2d139b789c9442f43b 100755 --- a/postgres/configure.sh +++ b/postgres/configure.sh @@ -35,5 +35,3 @@ fi sed -i 's/__PRIMARY_HOST__/'$PRIMARY_HOST'/g' /usr/local/bin/pg_replication sed -i 's/__STANDBY_HOST__/'$STANDBY_HOST'/g' /usr/local/bin/pg_replication -align_left "$DOTSTRING" "Configure httpd (ServerGOD)" -echo $DONE