Add option --verify-backup

This causes pg_verifybackup to be executed immediately after
pg_basebackup completes.

PostreSQL 13 and later.
This commit is contained in:
Ian Barwick
2020-09-03 10:40:17 +09:00
parent c8e52e486f
commit 9a836b3c04
6 changed files with 96 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
5.2.0 2020-??-??
repmgr: improve database connection failure error checking on the
demotion candidate during "standby switchover" (Ian)
repmgr: add option --verify-backup to "standby clone"
5.1.0 2020-04-13
repmgr: remove BDR 2.x support