Re: Backup/Restore to a point in time

Поиск
Список
Период
Сортировка
От Doug McNaught
Тема Re: Backup/Restore to a point in time
Дата
Msg-id 87u0wu2wta.fsf@asmodeus.mcnaught.org
обсуждение исходный текст
Ответ на Backup/Restore to a point in time  ("Troy Campano" <troycampano@yahoo.com>)
Список pgsql-general
"Troy Campano" <troycampano@yahoo.com> writes:

>    Hello,
>
>    1) I know that Postgresql writes its transactions to logs (WAL).
>
>    If I take exports once a day (say 7am) and I have a client that
>    somehow ruins their database at 5pm today and it is now 7pm, can I
>    somehow get the database back to the state it was in at 4:59 (right
>    before they blew up their database)?

Not with current versions.  This feature is called point-in-time
recovery (PITR) and is being reviewed for inclusion in the upcoming
7.5 release.

-Doug

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

Предыдущее
От: larbilla@deepfile.com (Laura Arbilla)
Дата:
Сообщение: Can I interrupt queries already processing in the server?
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: A few beginner's questions concerning concurrency