Re: Online base backup from the hot-standby

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Online base backup from the hot-standby
Дата
Msg-id 4EB31E68.208@agliodbs.com
обсуждение исходный текст
Ответ на Re: Online base backup from the hot-standby  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: Online base backup from the hot-standby  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
On 10/25/11 5:03 AM, Magnus Hagander wrote:
> If we want something to go in early, that could be as simple as a
> version of pg_basebackup that runs against the slave but only if
> full_page_writes=on on the master. If it's not, it throws an error.
> Then we can improve upon that by adding handling of fpw=off, first by
> infrastructure, then by tool.

Just to be clear, the idea is to require full_page_writes to do backup
from the standby in 9.2, but to remove the requirement later?

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Storing hot members of PGPROC out of the band
Следующее
От: Josh Berkus
Дата:
Сообщение: Review comments for Patch: exclude-table-data option for pg_dump