From a26e46cf76f2e80ae6c53bff4b97d59a10c59e6a Mon Sep 17 00:00:00 2001 From: Israel Date: Mon, 31 Jul 2023 10:41:14 -0300 Subject: [PATCH] Fix `replicatefrom` tag in `postgres2.yml` (#2788) The node `postgresql2` in the repository is apparently supposed to be a cascading standby. However, if that is the case, there is a typo in the name of its upstream node. This commit fixes that issue. --- postgres2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres2.yml b/postgres2.yml index c77e734a..581fa719 100644 --- a/postgres2.yml +++ b/postgres2.yml @@ -121,4 +121,4 @@ tags: nofailover: false noloadbalance: false clonefrom: false - replicatefrom: postgres1 +# replicatefrom: postgresql1