Re: how do you recover a postgresql online backup

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: how do you recover a postgresql online backup
Дата
Msg-id 10190.998341013@sss.pgh.pa.us
обсуждение исходный текст
Ответ на how do you recover a postgresql online backup  (Mark McWilliams <mark.mcwilliams@mindspring.com>)
Список pgsql-general
Mark McWilliams <mark.mcwilliams@mindspring.com> writes:
> Can someone tell me how to recover a PostgreSQL online backup?
> There is nothing in the documentation, and this is the only thing
> keeping me from using Oracle over PostgreSQL. Assuming of
> course using WAL (write ahead logging).

You don't have to do anything.  The postmaster automatically arranges to
replay any uncheckpointed log entries upon restart after a crash.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: WAL
Следующее
От: Evan Zane Macosko
Дата:
Сообщение: Re: Problems with UPDATE