Re: incremental backup issue - Mailing list pgsql-hackers

From Nick Ivanov
Subject Re: incremental backup issue
Date
Msg-id CALP_NYR-Q4F-VSS0GGK=cRVE30stQBHD_6xu2upWUP1hob488w@mail.gmail.com
Whole thread
In response to Re: incremental backup issue  (Fabrice Chapuis <fabrice636861@gmail.com>)
List pgsql-hackers
Hello Fabrice,

I'm wondering if you had a chance to reproduce the problem. I'm seeing something similar, but not exactly, so I'm curious if this may be another manifestation of the error I get.

Thanks

Nick



On Thu, Feb 19, 2026 at 8:27 AM Fabrice Chapuis <fabrice636861@gmail.com> wrote:
I could try to reproduce the problem. I'll keep you in touch

--
Robert Haas
EDB: http://www.enterprisedb.com

I use Postgres 17.7 and I have configured incremental backup 

wal_summary_keep_time=10d
show wal_summary_keep_time=on

On the standby, this message is written every 10 seconds by the walsummarizer process.

2026-02-17 11:40:22.548 CET [544677]: [297-1] user=,db=,client=,application= ERROR:  could not read WAL from timeline 6 at 698/460000A0: invalid record length at 698/460000A0: expected at least 24, got 0
2026-02-17 11:40:32.559 CET [544677]: [298-1] user=,db=,client=,application= ERROR:  could not read WAL from timeline 6 at 698/460000A0: invalid record length at 698/460000A0: expected at least 24, got 0
--
Nick Ivanov 
Solutions Architect   

pgsql-hackers by date:

Previous
From: Melanie Plageman
Date:
Subject: Re: Missing FSM Update when Updating VM On-access
Next
From: "Greg Burd"
Date:
Subject: Re: Tepid: selective index updates for heap relations