Re: Enhance pg_createsubscriber to create required standby.

2025-06-09 Thread vignesh C
On Thu, 5 Jun 2025 at 01:50, Peter Eisentraut wrote: > > On 04.06.25 11:56, Amit Kapila wrote: > >> It's not clear to me how this change now would substantially improve the > >> user experience. The number of characters you type is approximately the > >> same. You still need to support the old m

Re: Enhance pg_createsubscriber to create required standby.

2025-06-04 Thread Peter Eisentraut
On 04.06.25 11:56, Amit Kapila wrote: It's not clear to me how this change now would substantially improve the user experience. The number of characters you type is approximately the same. You still need to support the old mode because the backup might not come from pg_basebackup. In the curr

Re: Enhance pg_createsubscriber to create required standby.

2025-06-04 Thread Peter Eisentraut
On 04.06.25 05:56, Shubham Khanna wrote: Currently, pg_createsubscriber is designed to convert an existing physical replica into a logical subscriber. To use it, the user must manually set up a standby node beforehand, ensure that physical replication is active, and only then run pg_createsubscri

Re: Enhance pg_createsubscriber to create required standby.

2025-06-04 Thread Amit Kapila
On Wed, Jun 4, 2025 at 2:39 PM Peter Eisentraut wrote: > > On 04.06.25 05:56, Shubham Khanna wrote: > > Currently, pg_createsubscriber is designed to convert an existing > > physical replica into a logical subscriber. To use it, the user must > > manually set up a standby node beforehand, ensure t

Enhance pg_createsubscriber to create required standby.

2025-06-03 Thread Shubham Khanna
Hi All, Currently, pg_createsubscriber is designed to convert an existing physical replica into a logical subscriber. To use it, the user must manually set up a standby node beforehand, ensure that physical replication is active, and only then run pg_createsubscriber to perform the switchover to l