From f1298ffa3157e0e143b43c2cb8e56b51629793ae Mon Sep 17 00:00:00 2001 From: Mateusz Henicz Date: Tue, 13 Aug 2024 13:40:34 +0200 Subject: [PATCH] Update ha-setup-apt.md (#637) The permament replication slot that is defined in the sample configuration actually causes problems. This has been reported on Percona Forum, and we had a customer with exactly the same issue, just few weeks ago. It is better to remove permanent replication slot definition from configuration, since it is not being used at all. --- docs/solutions/ha-setup-apt.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/solutions/ha-setup-apt.md b/docs/solutions/ha-setup-apt.md index f2fd30574..533ca3ead 100644 --- a/docs/solutions/ha-setup-apt.md +++ b/docs/solutions/ha-setup-apt.md @@ -314,9 +314,6 @@ Run the following commands on all nodes. You can do this in parallel: loop_wait: 10 retry_timeout: 10 maximum_lag_on_failover: 1048576 - slots: - percona_cluster_1: - type: physical postgresql: use_pg_rewind: true