Re: Promoting 1 of 2 slaves - Mailing list pgsql-general

From William Dunn
Subject Re: Promoting 1 of 2 slaves
Date
Msg-id CAEva=VnH0jQM4bVurRW3xXrijKzC4Fa=x646EAFDuAAzQKbaEg@mail.gmail.com
Whole thread Raw
In response to Promoting 1 of 2 slaves  (Joseph Kregloh <jkregloh@sproutloud.com>)
Responses Re: Promoting 1 of 2 slaves  (Joseph Kregloh <jkregloh@sproutloud.com>)
List pgsql-general
As I am aware, you would have two options depending on your configuration:
  1. Change the primary_conninfo value on the second standby's recovery.conf to point to the standby that has been promoted to master. However, I think this would require that instance to be rebooted for the configuration changes to take effect
  2. Modify the DNS entries so that the host value in primary_conninfo points to the new master rather than the old master
Does anyone know of another way?

Will J. Dunn

On Fri, Jul 17, 2015 at 9:43 AM, Joseph Kregloh <jkregloh@sproutloud.com> wrote:
Hello,

I am getting ready to take my master server out of service today and promote the slave to take it's place. In my current setup I have one master server which ships WAL files to two separate slave servers.

My plan is to promote one of those slaves. How do I get the slave that I promoted to start replicating to the other slave the moment I trigger it's promotion?

Thanks,
-Joseph Kregloh

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Cannot reach pg server using -h localhost
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Setting up HA postgresql