On Tue, Nov 1, 2016 at 1:43 PM, Patrick B <patrickbakerbr@gmail.com> wrote:
>
>
> 2016-11-02 2:55 GMT+13:00 Scott Marlowe <scott.marlowe@gmail.com>:
>>
>> On Mon, Oct 31, 2016 at 8:01 PM, Patrick B <patrickbakerbr@gmail.com>
>> wrote:
>> > If I change recovery.conf:
>> >
>> > recovery_target_time = '2016-10-30 02:24:40'
>> >
>> >
>> > I get error:
>> >
>> > FATAL: requested recovery stop point is before consistent recovery
>> > point
>>
>> You can try using pg_basebackup to get the replica setup. In 9.2 you
>> gotta make your own recovery.conf, but you already know how to do
>> that. Way easier than trying to rsync by hand etc.
>
>
>
> I did a pg_basebackup!
Huh, after a pg_basebackup all you should need is a recovery.conf in
place and a trigger file.