diff --git a/doc/repmgrd-automatic-failover.sgml b/doc/repmgrd-automatic-failover.sgml index c591971a..c70136a1 100644 --- a/doc/repmgrd-automatic-failover.sgml +++ b/doc/repmgrd-automatic-failover.sgml @@ -150,10 +150,6 @@ Following the failover operation, no matter what the outcome, each node will reconnect its WAL receiver. - - If using , we recommend that the - option is also used. - diff --git a/doc/repmgrd-configuration.sgml b/doc/repmgrd-configuration.sgml index a429bcae..ce81595a 100644 --- a/doc/repmgrd-configuration.sgml +++ b/doc/repmgrd-configuration.sgml @@ -364,27 +364,6 @@ - - - - - primary_visibility_consensus - - - - - If true, only continue with failover if no standbys have seen - the primary node recently. - - - - This option must be identically configured - on all nodes. - - - - - @@ -676,12 +655,6 @@ repmgrd_service_stop_command='sudo systemctl repmgr11 stop' - - - primary_visibility_consensus - - - promote_command diff --git a/repmgr.conf.sample b/repmgr.conf.sample index 8bbb3fbf..2debf302 100644 --- a/repmgr.conf.sample +++ b/repmgr.conf.sample @@ -334,8 +334,6 @@ ssh_options='-q -o ConnectTimeout=10' # Options to append to "ssh" #sibling_nodes_disconnect_timeout=30 # If "standby_disconnect_on_failover" is true, the maximum length of time # (in seconds) to wait for other standbys to confirm they have disconnected their # WAL receivers -#primary_visibility_consensus=false # If "true", only continue with failover if no standbys have seen - # the primary node recently. *Must* be the same on all nodes. #failover_validation_command= # Script to execute for an external mechanism to validate the failover # decision made by repmgrd. One or both of the following parameter placeholders # should be provided, which will be replaced by repmgrd with the appropriate