Doc: Add a note in the upgrade of logical replication clusters.
authorAmit Kapila <[email protected]>
Thu, 26 Sep 2024 10:44:07 +0000 (16:14 +0530)
committerAmit Kapila <[email protected]>
Thu, 26 Sep 2024 10:44:07 +0000 (16:14 +0530)
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

index 536d03995eb5d1fea5a25a7474b852964e4d3df9..98a7ad0c2725c46443fa28bd883683929f14d5c3 100644 (file)
@@ -2564,6 +2564,14 @@ ALTER SUBSCRIPTION
        </para>
       </step>
      </procedure>
+
+     <note>
+      <para>
+       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.
+      </para>
+     </note>
     </sect3>
 
     <sect3 id="steps-cascaded-logical-replication-cluster">