From 0f7c92371872bc8d3f8c489c172a0122a114cc50 Mon Sep 17 00:00:00 2001 From: Dragomir Penev Date: Tue, 3 Sep 2024 14:42:34 +0300 Subject: [PATCH] Enable DCS failsafe mode --- templates/patroni.yml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/patroni.yml.j2 b/templates/patroni.yml.j2 index 96fa3844d..e4512308a 100644 --- a/templates/patroni.yml.j2 +++ b/templates/patroni.yml.j2 @@ -1,6 +1,7 @@ bootstrap: dcs: synchronous_mode: true + failsafe_mode: true synchronous_node_count: {{ minority_count }} postgresql: use_pg_rewind: true