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.
This commit is contained in:
Israel
2023-07-31 10:41:14 -03:00
committed by GitHub
parent 94bfea1a81
commit a26e46cf76

View File

@@ -121,4 +121,4 @@ tags:
nofailover: false
noloadbalance: false
clonefrom: false
replicatefrom: postgres1
# replicatefrom: postgresql1