From ac8ace2c249cc3ccc8c215921bd2f409d8c75caa Mon Sep 17 00:00:00 2001 From: Philip Haberkern <59010269+thedatabaseme@users.noreply.github.com> Date: Mon, 20 Mar 2023 17:39:09 +0100 Subject: [PATCH] Updated outdated failsafe_mode documentation (#2266) --- docs/reference/cluster_manifest.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/reference/cluster_manifest.md b/docs/reference/cluster_manifest.md index a54754473..938469dd0 100644 --- a/docs/reference/cluster_manifest.md +++ b/docs/reference/cluster_manifest.md @@ -334,7 +334,9 @@ explanation of `ttl` and `loop_wait` parameters. Patroni `synchronous_node_count` parameter value. Note, this option is only available for Spilo images with Patroni 2.0+. The default is set to `1`. Optional. * **failsafe_mode** - Patroni `failsafe_mode` parameter value. If enabled, allows Patroni to cope with DCS outages and avoid leader demotion. Note, this option is currently not included in any Patroni release. The default is set to `false`. Optional. + Patroni `failsafe_mode` parameter value. If enabled, allows Patroni to cope with DCS outages and avoid leader demotion. See the Patroni documentation + [here](https://patroni.readthedocs.io/en/master/dcs_failsafe_mode.html) for more details. This feature is included since Patroni 3.0.0. + Hence, check the container image in use if this feature is included in the used Patroni version. The default is set to `false`. Optional. ## Postgres container resources