From b45d1f025c5fa6cc17240a5a1f76286071f79564 Mon Sep 17 00:00:00 2001 From: Anastasia Alexandrova Date: Tue, 11 Jun 2024 11:54:25 +0300 Subject: [PATCH] Fixed indentation for Patroni (#597) --- docs/solutions/ha-setup-apt.md | 2 +- docs/solutions/ha-setup-yum.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/solutions/ha-setup-apt.md b/docs/solutions/ha-setup-apt.md index 0359fd7c4..77525ea77 100644 --- a/docs/solutions/ha-setup-apt.md +++ b/docs/solutions/ha-setup-apt.md @@ -315,7 +315,7 @@ Run the following commands on all nodes. You can do this in parallel: maximum_lag_on_failover: 1048576 slots: percona_cluster_1: - type: physical + type: physical postgresql: use_pg_rewind: true diff --git a/docs/solutions/ha-setup-yum.md b/docs/solutions/ha-setup-yum.md index 687f85e38..f412a59d2 100644 --- a/docs/solutions/ha-setup-yum.md +++ b/docs/solutions/ha-setup-yum.md @@ -323,7 +323,7 @@ Run the following commands on all nodes. You can do this in parallel: maximum_lag_on_failover: 1048576 slots: percona_cluster_1: - type: physical + type: physical postgresql: use_pg_rewind: true