From bcbe00f477a1d9e833735b0b38600849dc5bcd10 Mon Sep 17 00:00:00 2001 From: Bernhard Radermacher Date: Mon, 23 Feb 2026 12:15:37 +0100 Subject: [PATCH] remove support for witness --- entrypoint.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 7ba7673..3ac793b 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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 }