Re: Review of last summer's PITR patch

Поиск
Список
Период
Сортировка
От Mark Kirkwood
Тема Re: Review of last summer's PITR patch
Дата
Msg-id 402C52A8.1020906@paradise.net.nz
обсуждение исходный текст
Ответ на Review of last summer's PITR patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers-pitr
The big feature I am being pestered for is :

- hot backup that (subsequent) logs can be applied to during recovery

The patch in its current form provides this - which is excellent.

However, some "easyness" enhancements could be in order :

e.g :

- automatically archiving logs after a hot backup to <somewhere>
- some sort of ability to detect if the archived log sequence is
"broken" anywhere after the lastest hot backup.


I would like to see PITR as straightforward as possible to setup.
Backups that are actually unrestorable - because the Dba didn't
understand the product's convoluted "design" - are still way too
frequent AFAICS.

cheers

Mark




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Review of last summer's PITR patch
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] PITR Dead horse?