Re: pg_basebackup --incremental - Mailing list pgsql-admin

From Sam Stearns
Subject Re: pg_basebackup --incremental
Date
Msg-id CAN6TVjmJQfV7eq=pR8qLFBAMS8+hhRCcKx6rPhX5N00SyfzxAA@mail.gmail.com
Whole thread Raw
In response to Re: pg_basebackup --incremental  (Serkan Akdemir <osmosyum@hotmail.com>)
Responses Re: pg_basebackup --incremental
List pgsql-admin
Thanks very much, Serkan.  We'll have a look.

On Fri, Oct 31, 2025 at 3:28 AM Serkan Akdemir <osmosyum@hotmail.com> wrote:
I created a script for incremental backup+merge on PostgreSQL 17+ It creates a full backup and later (next run) incremental backups. Incremental backups are merged to full backup with script, so you have always updated full backup. Disclaimer: 
ZjQcmQRYFpfptBannerStart
This Message Is From an Untrusted Sender
You have not previously corresponded with this sender.
 
ZjQcmQRYFpfptBannerEnd
I created a script for incremental backup+merge on PostgreSQL 17+
It creates a full backup and later (next run) incremental backups. Incremental backups are merged to full backup with script, so you have always updated full backup.
Disclaimer: use it at your own risk.

Simple usage is:
# first backup should be full
pg_backup.sh --mode=fulll

# then inc
pg_backup.sh --mode=fincremental



On 28 Oct 2025, at 20:42, Sam Stearns <sam.stearns@dat.com> wrote:

Howdy,

We're running version 17.6.  Would anyone be able to point me to, or provide, some sample use cases / scripts / usage to deploy a pg_basebackup full + --incremental strategy as a backup solution, please?

This will be used temporarily as we are migrating to RDS soon which is why we're not going with pgBackRest.

Thanks,

Sam

--

Samuel Stearns
Team Lead - Database
c: 971 762 6879 | o: 971 762 6879 | DAT.com





--

Samuel Stearns
Team Lead - Database
c: 971 762 6879 | o: 971 762 6879 | DAT.com


Attachment

pgsql-admin by date:

Previous
From: Serkan Akdemir
Date:
Subject: Re: pg_basebackup --incremental
Next
From: Ron Johnson
Date:
Subject: Re: pg_basebackup --incremental