Re: Documentation to upgrade logical replication cluster

Amit Kapila <amit.kapila16@gmail.com>

From: Amit Kapila <amit.kapila16@gmail.com>
To: vignesh C <vignesh21@gmail.com>
Cc: Peter Smith <smithpb2250@gmail.com>, "Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Date: 2024-09-26T10:58:54Z
Lists: pgsql-hackers
On Wed, Sep 25, 2024 at 6:07 PM vignesh C <vignesh21@gmail.com> wrote:
>
> Yes, users can upgrade either the publisher first and then the
> subscriber, or the subscriber first and then the publisher. I felt
> this note is necessary only for the "Steps to upgrade a two-node
> logical replication cluster," as it may confuse users in other types
> of logical replication with questions such as: a) Which subscriber
> should be upgraded first? b) Which subscriptions should be disabled?
> c) When should each subscription be enabled?
> The attached patch includes a note for the same.
>

Pushed.

-- 
With Regards,
Amit Kapila.



Commits

  1. Doc: Add a note in the upgrade of logical replication clusters.

  2. Doc: Add the steps for upgrading the logical replication cluster.