From 382275905bfbbd1b0f807cc97a1e22d2c1e69647 Mon Sep 17 00:00:00 2001 From: Ali Ghorbani Date: Sat, 11 Jul 2026 14:20:39 +0330 Subject: [PATCH] docs(pgbackrest): remove unused replication slot from pgBackRest guide --- docs/solutions/pgbackrest.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/solutions/pgbackrest.md b/docs/solutions/pgbackrest.md index 390a23577..cfa3c9e19 100644 --- a/docs/solutions/pgbackrest.md +++ b/docs/solutions/pgbackrest.md @@ -507,9 +507,6 @@ Run the following commands on `node1`, `node2`, and `node3`. use_pg_rewind: true use_slots: true retry_timeout: 10 - slots: - percona_cluster_1: - type: physical ttl: 30 ```