Fix pgpool_setup in creating base backup script.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Tue, 15 Jun 2021 08:10:54 +0000 (17:10 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Tue, 15 Jun 2021 08:10:54 +0000 (17:10 +0900)
src/test/pgpool_setup.in

index bc40da424ee4af19b1cd7c5f4525241ebecdffe9..311aa01b3f122c3e209d285897eaa58e080a0449 100644 (file)
@@ -478,7 +478,7 @@ echo "source: $main_db_cluster dest: $DEST_CLUSTER" >> $log
 rsync -C -a -c --delete --exclude postgresql.conf --exclude postmaster.pid \
 --exclude postmaster.opts --exclude pg_log \
 --exclude recovery.conf --exclude recovery.done \
---exclude pg_xlog pg_wal \
+--exclude pg_xlog --exclude pg_wal \
 $main_db_cluster/ $DEST_CLUSTER/
 
 rm -fr $DEST_CLUSTER/pg_xlog