Re: Incremental backup - Mailing list pgsql-general

From Paul Jungwirth
Subject Re: Incremental backup
Date
Msg-id d9e6069d-e294-8450-f975-330e7cd32e32@illuminatedcomputing.com
Whole thread Raw
In response to Incremental backup  (Edu Gargiulo <egargiulo@gmail.com>)
List 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 by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Incremental backup
Next
From: Ron
Date:
Subject: Re: Incremental backup