Re: WAL Replication + PITR

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: WAL Replication + PITR
Дата
Msg-id CAB7nPqSTsq0YdBXo1agmC5fOhBC0VDi0v03U+FTd1DfXYOzviA@mail.gmail.com
обсуждение исходный текст
Ответ на WAL Replication + PITR  (basti <basti@unix-solution.de>)
Список pgsql-general
On Tue, Apr 29, 2014 at 5:44 PM, basti <basti@unix-solution.de> wrote:
> is it possible to have WAL Replication and Point-in-Time Recovery like
> follows:
>
> DB-Master -- (WAL to Slave) --> DB-Slave
>     |
>     |-------> (PITR to an other Server)
Yes. Be sure to take periodic base backups of the master and an
archive of WAL files large enough to be able to recover up to the PITR
point you are looking for.

> p.s. is there a tutorial somewhere how describe the steps todo when the
> master is crashed?
There is some documentation describing failover procedure:
http://www.postgresql.org/docs/devel/static/warm-standby-failover.html

If you are looking for some ways to automate that with some HA
solutions, there is always some information here:
https://wiki.postgresql.org/wiki/High_Availability
Regards,
--
Michael


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

Предыдущее
От: David Noel
Дата:
Сообщение: Re: SQL query runs fine on one platform (FreeBSD), but hangs on another (Windows)
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: importing a messy text file