Re: Restore postgres to specific time

Поиск
Список
Период
Сортировка
От Jeff Janes
Тема Re: Restore postgres to specific time
Дата
Msg-id CAMkU=1zPwYieLiiqqeemMr1hUncu8PZaDK5QRrZ2MpG9=Zpa9g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Restore postgres to specific time  (wd <wd@wdicc.com>)
Список pgsql-general
On Thu, Nov 22, 2012 at 7:29 PM, wd <wd@wdicc.com> wrote:
> Thanks for your reply, the logs are something like bellow,postgres will
> restore every wal log I put in the xlog directory,and then continues waiting
> for next wal log. The postgres version is 9.1.6.
>
> [    2012-11-22 18:49:24.175 CST 25744 50ae0334.6490 1 0]LOG:  database
> system was shut down in recovery at 2012-11-22 18:49:22 CST
> [    2012-11-22 18:49:24.176 CST 25744 50ae0334.6490 2 0]LOG:  entering
> standby mode

Do you have standby_mode=on in your recovery.conf?  If so, remove it.

It is meaningless to specify both standy_mode, and recovery_target_time.

Cheers,

Jeff


В списке pgsql-general по дате отправления:

Предыдущее
От: Ike Nnabugwu
Дата:
Сообщение: Re: Npgsq
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Revoke "drop database" even for superusers?