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-24T10:52:52Z
Lists: pgsql-hackers
On Tue, Sep 24, 2024 at 4:20 PM Amit Kapila <amit.kapila16@gmail.com> wrote: > > On Fri, Sep 20, 2024 at 5:46 PM vignesh C <vignesh21@gmail.com> wrote: > > > > I didn’t include a note because each disable/enable statement > > specifies: a) Disable all subscriptions on the node, b) Enable all > > subscriptions on the node. The attached v11 version patch just to show > > the examples with one subscription. > > > > The following steps in the bi-directional node upgrade have some problems. > One more point to note is that I am planning to commit this patch only for HEAD. We can have an argument to backpatch this to 17 as well but as users would be able to upgrade the slots from 17 onwards, I am inclined to push this to HEAD only. -- With Regards, Amit Kapila.
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