Re: Recovering / undoing transactions?

Поиск
Список
Период
Сортировка
От Ivan Voras
Тема Re: Recovering / undoing transactions?
Дата
Msg-id 9bbcef730711071537m20d54fb5g7b5853ea0b6635c7@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Recovering / undoing transactions?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Recovering / undoing transactions?
Список pgsql-general
On 07/11/2007, Tom Lane <tgl@sss.pgh.pa.us> wrote:

> It's not really possible to do that.  The blogger might've thought he'd
> accomplished something but I seriously doubt that his database was
> consistent afterward.  You can go back in time using PITR, if you had
> the foresight and resources to set up continuous archiving, but just
> whacking pg_xlog around is far from sufficient.

Ok, just to verify I'm thinking about it in the right way: in
abstract, with PITR, I would need a known-good starting point (e.g. a
full backup) + files from pg_xlog created from the time of the
starting-point, then restore the starting-point backup and then
restore from PITR/xlog up to the point I want?

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Recovering / undoing transactions?
Следующее
От: Kevin Neufeld
Дата:
Сообщение: System V IPC on Windows