Re: Incremental backup

From: Paul Jungwirth <pj(at)illuminatedcomputing(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Incremental backup
Date: 2021-10-28 17:19:31
Message-ID: d9e6069d-e294-8450-f975-330e7cd32e32@illuminatedcomputing.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)illuminatedcomputing(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ron 2021-10-28 17:51:51 Re: Incremental backup
Previous Message Adrian Klaver 2021-10-28 16:40:33 Re: Incremental backup