Re: Incremental backup

Поиск
Список
Период
Сортировка
От Paul Jungwirth
Тема Re: Incremental backup
Дата
Msg-id d9e6069d-e294-8450-f975-330e7cd32e32@illuminatedcomputing.com
обсуждение исходный текст
Ответ на Incremental backup  (Edu Gargiulo <egargiulo@gmail.com>)
Список pgsql-general
On 10/28/21 5:23 AM, Edu Gargiulo wrote:
> Is there any way to make incremental backups in postgres-12?

wal-e and wal-g are useful tools for this and easy to set up. They take 
periodic full backups and then also continuously archive WAL files. To 
restore they apply the last full backup and then replay the WAL since 
then. They have nice support for putting the files on S3 or similar 
places, but really they can drop the files anywhere.

Yours,

-- 
Paul              ~{:-)
pj@illuminatedcomputing.com



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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Incremental backup
Следующее
От: Ron
Дата:
Сообщение: Re: Incremental backup