Re: Fwd: Adding more detail to pg_upgrade documentation

2022-07-15 Thread Nikhil Shetty
Thank you Bruce ! On Fri, 15 Jul 2022 at 2:04 AM, Bruce Momjian wrote: > On Sat, Jul 9, 2022 at 10:38:30PM -0400, Bruce Momjian wrote: > > > (source: https://www.postgresql.org/docs/devel/pgupgrade.html) > > > > > > I'm a new contributor so please forgive me if I'm on the wrong > track

Re: Fwd: Adding more detail to pg_upgrade documentation

2022-06-04 Thread Nikhil Shetty
Hi Jack, I followed the same steps multiple times but each time, slot had to be recreated. The slots under directory pg_replslot are not created in the new cluster during pg_upgrade. Thanks and Regards, Nikhil On Sat, 4 Jun 2022 at 1:48 AM, Jack DeVries wrote: > Hi Nikhil, > > From the pgupgr

Fwd: Adding more detail to pg_upgrade documentation

2022-05-31 Thread Nikhil Shetty
Hi, We are upgrading from Postgres 11 to 13. During upgrade we found that the physical slots on the old cluster are not copied to the new cluster. This information is not mentioned in the documentation - https://www.postgresql.org/docs/13/pgupgrade.html Just thought it would be good to have this