Re: How to failover from Primary to Standby and Set the old Primary as a new Standby

From: Michael Nolan <htfoot(at)gmail(dot)com>
To: John R Pierce <pierce(at)hogranch(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to failover from Primary to Standby and Set the old Primary as a new Standby
Date: 2013-09-19 20:39:44
Message-ID: CAOzAquJ7gJA5rVUN2GFj3aG0gNQqN=i85xb-z2iws-1vLp3mfg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 9/19/13, John R Pierce <pierce(at)hogranch(dot)com> wrote:
> On 9/19/2013 1:29 PM, Vick Khera wrote:
>>
>> On Thu, Sep 19, 2013 at 11:31 AM, ascot(dot)moss(at)gmail(dot)com
>> <mailto:ascot(dot)moss(at)gmail(dot)com> <ascot(dot)moss(at)gmail(dot)com
>> <mailto:ascot(dot)moss(at)gmail(dot)com>> wrote:
>>
>> I use PG 9.2.4 with streaming replication. What will be the
>> manual procedure to failover from Primary to Standby and Set the
>> old Primary as a new standby?
>>
>>
>> From what I understand, you start over by setting up the old primary
>> as a new standby from scratch.
>
> if you use rsync for the base backup of new master to old, it should go
> fairly quickly as relatively few files should have changed assuming not
> much time has elapsed.

Of course, before you do anything, you should spend some time figuring
out WHY the old master failed. There could be issues that need to be
resolved before putting it back online, and fixing them could affect
how much work you have to do to get the physical files back in sync.
--
Mike Nolan

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2013-09-20 00:25:48 Re: reading cvs logs with pgadmin queries
Previous Message Michael Nolan 2013-09-19 20:34:52 Re: How to failover from Primary to Standby and Set the old Primary as a new Standby