Restore postgres to specific time - Mailing list pgsql-general

From wd
Subject Restore postgres to specific time
Date
Msg-id CABexzmh8bycs7HBByNyk+HWwg7mrp9tJexTSsrAW2bRyqRRVxg@mail.gmail.com
Whole thread Raw
Responses Re: Restore postgres to specific time  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
List pgsql-general
hi,

I've try to restore Postgres to a specific time but failed.

The recovery.conf as bellow
restore_command='cp /t/xlog/%f %p'
recovery_target_time='2012-11-22 5:01:09 CST'
pause_at_recovery_target=true
recovery_target_inclusive=false

The basebackup was made at 2012-11-22 3:10 CST, I've copy wal log files at 3:00 to 5:10 into /t/xlog, but the recovery will not stop at 2012-11-22 5:01:09。

How to do this?

pgsql-general by date:

Previous
From: Dave Page
Date:
Subject: Re: Fw: Postgresql on Windows 8
Next
From: "Albe Laurenz"
Date:
Subject: Re: Restore postgres to specific time