From d66572d9fedb632af5df65ce513d04dc2a1682a3 Mon Sep 17 00:00:00 2001 From: Amit Kapila Date: Thu, 26 Sep 2024 16:14:07 +0530 Subject: Doc: Add a note in the upgrade of logical replication clusters. The steps used to upgrade the cluster first upgraded the publisher node but ideally, any node could be upgraded first. Author: Vignesh C Discussion: https://postgr.es/m/CALDaNm1_iDO6srWzntqTr0ZDVkk2whVhNKEWAvtgZBfSmuBeZQ@mail.gmail.com Discussion: https://postgr.es/m/CALDaNm3Y-M+kAqr_mf=_C1kNwAB-cS6S5hTHnKMEqDw4sGEh4Q@mail.gmail.com --- doc/src/sgml/logical-replication.sgml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/src') diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml index 536d03995eb..98a7ad0c272 100644 --- a/doc/src/sgml/logical-replication.sgml +++ b/doc/src/sgml/logical-replication.sgml @@ -2564,6 +2564,14 @@ ALTER SUBSCRIPTION + + + + In the steps described above, the publisher is upgraded first, followed + by the subscriber. Alternatively, the user can use similar steps to + upgrade the subscriber first, followed by the publisher. + + -- cgit v1.2.3