Re: Postgres Point in time Recovery (PITR),

Поиск
Список
Период
Сортировка
От Luca Ferrari
Тема Re: Postgres Point in time Recovery (PITR),
Дата
Msg-id CAKoxK+5X14g2sKbRpOsKPBkupWqZeiYCJ3sM0A1fqb_7ZvhsPQ@mail.gmail.com
обсуждение исходный текст
Ответ на Postgres Point in time Recovery (PITR),  (Daulat Ram <Daulat.Ram@exponential.com>)
Ответы Re: Postgres Point in time Recovery (PITR),  (Emanuele Musella <emamuse86@gmail.com>)
Список pgsql-general
On Fri, Oct 18, 2019 at 7:59 AM Daulat Ram <Daulat.Ram@exponential.com> wrote:
> Can you please share some ideas and scenarios how we can do the PITR in case of disaster.

In order to be able to do PITR you need:
- a base backup of your database
- WALs from the backup going on

See <https://www.postgresql.org/docs/12/continuous-archiving.html>.
Then, to keep it simple, if the disaster happens in the time window
between the backup and the last WAL archiving, you can restore an
instance at any point in time previously the disaster itself.

Luca



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

Предыдущее
От: Luca Ferrari
Дата:
Сообщение: Re: stable for each row before insert trigger
Следующее
От: Emanuele Musella
Дата:
Сообщение: Re: Postgres Point in time Recovery (PITR),