Documentation to upgrade logical replication cluster
vignesh C <vignesh21@gmail.com>
From: vignesh C <vignesh21@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-01-04T08:51:51Z
Lists: pgsql-hackers
Attachments
- v1-0001-Documentation-for-upgrading-logical-replication-c.patch (text/x-patch) patch v1-0001
Hi, We have documentation on how to upgrade "publisher" and "subscriber" at [1], but currently we do not have any documentation on how to upgrade logical replication clusters. Here is a patch to document how to upgrade different logical replication clusters: a) Upgrade 2 node logical replication cluster b) Upgrade cascaded logical replication cluster c) Upgrade 2 node circular logical replication cluster. Thoughts? [1] - https://www.postgresql.org/docs/devel/pgupgrade.html Regards, Vignesh
Commits
-
Doc: Add a note in the upgrade of logical replication clusters.
- d66572d9fedb 18.0 landed
-
Doc: Add the steps for upgrading the logical replication cluster.
- 7fdeaf5774d0 18.0 landed