Re: How does the WAL work? Need to recovery the database to a specific point of time

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: How does the WAL work? Need to recovery the database to a specific point of time
Дата
Msg-id CA+U5nMLxwa7vn+o6xtGV-F-M7MRisZuuTHJr1CEnKHYxC8V=QA@mail.gmail.com
обсуждение исходный текст
Ответ на How does the WAL work? Need to recovery the database to a specific point of time  ("Wang, Mary Y" <mary.y.wang@boeing.com>)
Список pgsql-admin
On 22 April 2014 16:40, Wang, Mary Y <mary.y.wang@boeing.com> wrote:
> Hi All,
>
>
>
> I’d like to recovery the database to a specific point of time. I see some
> WAL files in the pg_xlog directories.
>
> I read some blogs, and some have indicated that a recovery.conf needs to be
> updated.  I do not see a recovery.conf file in the $PG_DATA directory ( I
> see pg_hba.conf and postgresql.conf).
>
>
>
> 1.       Do I need to create a recovery.conf file?
>
> 2.       What specific settings should I set?
>
> 3.       How do I ensure that postgres will read the recovery.conf file?
>
> 4.       What is the start/stop postgres command to use when working with a
> recovery.conf file?
>
>
>
> I am running on Postgres 8.4.11 and RHEL 6.4.

Point in Time Recovery is supported, though you have to have done some
planning beforehand. The settings and commands you'll use depend upon
the exact nature of your problem and the backups and other file copies
you possess.

http://www.postgresql.org/docs/devel/static/continuous-archiving.html
etc

--
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


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

Предыдущее
От: Matheus de Oliveira
Дата:
Сообщение: Re: How does the WAL work? Need to recovery the database to a specific point of time
Следующее
От: "Wang, Mary Y"
Дата:
Сообщение: How to undo an update to a table?