Re: Master - Slave Replication Window Server

2021-06-15 Thread Atul Kumar
Hi Haseeb, I had configured replication on windows and made a document in an easy way. I am not expert but I hope it will help you. Regards Atul On Tuesday, June 15, 2021, Haseeb Khan wrote: > Hello Rory, > > Yes , I have followed the document and configured each and everything. But > I

Re: Master - Slave Replication Window Server

2021-06-15 Thread Haseeb Khan
Hello Rory, Yes , I have followed the document and configured each and everything. But I can’t see archive_Wal_segments is copying to the folder which I have created. So the issue I am facing is that where should I create the archive folder should I create on master or slave server ? Might be I

Re: Master - Slave Replication Window Server

2021-06-15 Thread Rory Campbell-Lange
On 15/06/21, Haseeb Khan (khanhasee...@gmail.com) wrote: > I have confusion below, Should we create an archive path on the standby > server and then set it to recovery.conf file ? > > restore_command = 'cp /path/to/archive/%f %p' Hi Hasseb Are you following this procedure? https://www.postgresql

Re: Master - Slave Replication Window Server

2021-06-14 Thread Haseeb Khan
Hello Rory, Hope you're doing well ! I have confusion below, Should we create an archive path on the standby server and then set it to recovery.conf file ? restore_command = 'cp /path/to/archive/%f %p' *BR,* Haseeb Ahmad On Tue, Jun 15, 2021 at 10:42 AM Haseeb Khan wrote: > Thankyou Rory

Re: Master - Slave Replication Window Server

2021-06-14 Thread Haseeb Khan
Thankyou Rory ! Br, Haseeb Ahmad > On 15-Jun-2021, at 12:42 AM, Rory Campbell-Lange > wrote: > > On 15/06/21, Haseeb Khan (khanhasee...@gmail.com) wrote: >> Does anyone have complete documentation to configure PostgreSQL V13 Master >> and Slave on Windows Server and also how to test Manual Fa

Re: Master - Slave Replication Window Server

2021-06-14 Thread Rory Campbell-Lange
On 15/06/21, Haseeb Khan (khanhasee...@gmail.com) wrote: > Does anyone have complete documentation to configure PostgreSQL V13 Master > and Slave on Windows Server and also how to test Manual Failover ? I suggest having a look at https://www.postgresql.org/docs/13/high-availability.html The serv