Re: Postgres Replication Switchback to master in Postgres-9.6

2017-07-26 Thread Venkata B Nagothi
On Wed, 26 Jul 2017 at 7:56 pm, B A, Ramaswamy < ramaswamy...@credit-suisse.com> wrote: > Hi Team > > > > I have setup the Postgres Hot Standby with streaming replication with > help of *pg_basebackup* > > I need a help on switback to old master as master server. > > Switchover on Failover >

Postgres Replication Switchback to master in Postgres-9.6

2017-07-26 Thread B A, Ramaswamy
Hi Team I have setup the Postgres Hot Standby with streaming replication with help of pg_basebackup I need a help on switback to old master as master server. Switchover on Failover On Failover I am able to make Standby to become primary and continue with command "pg_ctl promot" Found it is