remove support for witness

This commit is contained in:
Bernhard Radermacher
2026-02-23 12:15:37 +01:00
parent 1acea2348d
commit bcbe00f477

View File

@@ -119,8 +119,6 @@ repmgr_setup_conf() {
printf "failover = automatic\n"
printf "promote_command = '/usr/bin/repmgr standby promote -f /etc/repmgr/repmgr.conf --log-to-file'\n"
printf "follow_command = '/usr/bin/repmgr standby follow -f /etc/repmgr/repmgr.conf --log-to-file --upstream-node-id=%n'\n"
printf "\n"
printf "primary_visibility_consensus = on\n"
} > /etc/repmgr/repmgr.conf
}