From 3c9516afdd6bed6b7b8694e24dfc8ad71752e173 Mon Sep 17 00:00:00 2001 From: Polina Bungina Date: Mon, 18 Dec 2023 13:05:56 +0100 Subject: [PATCH] Remove nofailover from sample yaml config files --- postgres0.yml | 2 +- postgres1.yml | 2 +- postgres2.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/postgres0.yml b/postgres0.yml index 8a975156..84796a46 100644 --- a/postgres0.yml +++ b/postgres0.yml @@ -132,7 +132,7 @@ postgresql: # safety_margin: 5 tags: - nofailover: false + # failover_priority: 1 noloadbalance: false clonefrom: false nosync: false diff --git a/postgres1.yml b/postgres1.yml index 6ca2aa64..c86e8790 100644 --- a/postgres1.yml +++ b/postgres1.yml @@ -124,6 +124,6 @@ postgresql: #pre_promote: /path/to/pre_promote.sh tags: - nofailover: false + # failover_priority: 1 noloadbalance: false clonefrom: false diff --git a/postgres2.yml b/postgres2.yml index ee61a023..7384568e 100644 --- a/postgres2.yml +++ b/postgres2.yml @@ -114,7 +114,7 @@ postgresql: # krb_server_keyfile: /var/spool/keytabs/postgres unix_socket_directories: '..' # parent directory of data_dir tags: - nofailover: false + # failover_priority: 1 noloadbalance: false clonefrom: false # replicatefrom: postgresql1