Re: Is there any provision to take incremental backup

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Is there any provision to take incremental backup
Дата
Msg-id 4D9C2507.70701@hogranch.com
обсуждение исходный текст
Ответ на Is there any provision to take incremental backup  (dba <dbadbb@gmail.com>)
Список pgsql-general
On 04/06/11 1:09 AM, dba wrote:
>
>
>
> Is there any provision to take incremental backup for a table in postgresql.
>

no, but WAL log archiving is effectively an incremental backup of the
whole database cluster.   It allows you to implement Point In Time
Recovery (PITR).

See http://www.postgresql.org/docs/current/static/continuous-archiving.html



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

Предыдущее
От: InterRob
Дата:
Сообщение: Re: Problem with multiple action rule on modifiable view
Следующее
От: Eric McKeeth
Дата:
Сообщение: Re: pg_dump generating unrestorable data (8.4)