Re: Teaching pg_receivexlog to follow timeline switches

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: Teaching pg_receivexlog to follow timeline switches
Дата
Msg-id m2sj5tibqc.fsf@2ndQuadrant.fr
обсуждение исходный текст
Ответ на Re: Teaching pg_receivexlog to follow timeline switches  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Ответы Re: Teaching pg_receivexlog to follow timeline switches  (Phil Sorber <phil@omniti.com>)
Список pgsql-hackers
Heikki Linnakangas <hlinnakangas@vmware.com> writes:
> You might not want to keep a copy of the whole data directory around, as you
> have to in a cascading standby. I can see value in a separate WAL proxy
> software, especially if it's integrated into a larger backup manager program
> like barman or wal-e.

+1

I somehow forgot about $PGDATA here. Time for a little break I guess :)

Another idea is to have a daemon mode pg_receivexlog where not only it
can maintain a local archive but also feed it using the replication
protocol to standbies, keeping track of their position.

Regards,
--
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Prepared statements fail after schema changes with surprising error
Следующее
От: Thom Brown
Дата:
Сообщение: Re: Event Triggers: adding information