Re: File system snapshots for multiple file systems

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: File system snapshots for multiple file systems
Дата
Msg-id 871w5g40xo.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Re: File system snapshots for multiple file systems  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: File system snapshots for multiple file systems  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
"Tom Lane" <tgl@sss.pgh.pa.us> writes:

> Whether it's a good idea or not is a bit debatable though.  I'm
> concerned about the WAL partition filling up (--> PANIC), especially
> if you forget to pg_stop_backup after getting your backup.

We check if pg_start_backup in effect when we an ENOSPC error on the WAL
partition and if so turn it off, clean old WAL segments, and march on.

The major concern being that someone might have a bad backup. pg_stop_backup()
could scream but they might not notice. Not sure how much more we could do
about that.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com Ask me about EnterpriseDB's PostGIS support!


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] libpq type system 0.9a
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] libpq type system 0.9a