Re: pg_combinebackup failure - Mailing list pgsql-admin

From Luca Ferrari
Subject Re: pg_combinebackup failure
Date
Msg-id CAKoxK+6mEwEFSwR9YkzL2qPAirJFg3MSiB9cDsJ09mzcTYKfkA@mail.gmail.com
Whole thread Raw
In response to pg_combinebackup failure  (Kouber Saparev <kouber@gmail.com>)
List pgsql-admin
On Mon, Jul 7, 2025 at 2:47 PM Kouber Saparev <kouber@gmail.com> wrote:
>
> Hello,
>
> We are using PostgreSQL 17.3 and Barman 3.14.0.
>
> We are trying to use pg_combinebackup but eventually it fails with:
>
> pg_combinebackup --debug --dry-run --output=/barman-backup/barman-data/test_combine 20250616T140003/data
20250617T090005/data
>

I don't think combining barman and PostgreSQL basebackups is a good
idea. While barman does use pg_basebackup (I don't think it uses the
incremental feature, yet), it could have done some relinking after the
backup has been taken (of some other stuff).

Luca



pgsql-admin by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: VACUUM FREEZE vs plain VACUUM
Next
From: Scott Ribe
Date:
Subject: problem with MERGE command?