diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/logical-replication.sgml | 8 |
1 files changed, 8 insertions, 0 deletions
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 </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"> |