Re: Failback to old master

From: "Maeldron T(dot)" <maeldron(at)gmail(dot)com>
To: didier <did447(at)gmail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Failback to old master
Date: 2014-11-16 13:12:44
Message-ID: 5468A2CC.8010109@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 16/11/14 13:13, didier wrote:
> I think you have to add
> recovery_target_timeline = '2'
> in recovery.conf
> with '2' being the new primary timeline .
> cf http://www.postgresql.org/docs/9.4/static/recovery-target-settings.html
>
>
Thank you.

Based on the link I have added:
recovery_target_timeline = 'latest'

And now it works.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2014-11-16 14:00:02 Re: Index scan optimization
Previous Message Robert Haas 2014-11-16 13:01:06 Re: alternative model for handling locking in parallel groups