Обсуждение: could not find a valid record after in barman's backups
I know it's not strictly barman list but I presume many here use it.
I do, but I only now realized that using barman's recovery with PIT is faulty - apparently have been for a while.
So I wonder - besides the fault(s) - I must be missing something or doing something incorrectly for...
when I check backups wals I get:
-> $ pg_waldump ubusrv-master-10-1-1-88/wals/00000B000000000D/00000B000000000D00000030
pg_waldump: fatal: could not find a valid record after D/30000000
and that is for every wal in the backup - which has to wrong, no?
How & where do I start troubleshooting this?
many thanks, L.
The WAL files on the Barman Server might be compressed, depending on your Barman compression setting.
e.g. compression = gzip, or you are using a different PostgreSQL pg_waldump version, than the one on your
PostgreSQL host.
Cheers, William
Von: lejeczek <peljasz@yahoo.co.uk>
Gesendet: Donnerstag, 6. November 2025 11:06
An: pgsql-admin@lists.postgresql.org
Betreff: could not find a valid record after in barman's backups
Hi guys.
I know it's not strictly barman list but I presume many here use it.
I do, but I only now realized that using barman's recovery with PIT is faulty - apparently have been for a while.
So I wonder - besides the fault(s) - I must be missing something or doing something incorrectly for...
when I check backups wals I get:
-> $ pg_waldump ubusrv-master-10-1-1-88/wals/00000B000000000D/00000B000000000D00000030
pg_waldump: fatal: could not find a valid record after D/30000000
and that is for every wal in the backup - which has to wrong, no?
How & where do I start troubleshooting this?
many thanks, L.
Disclaimer:
Diese Nachricht und ihr eventuell angehängte Dateien sind nur für den Adressaten bestimmt. Sie kann vertrauliche oder gesetzlich geschützte Daten oder Informationen beinhalten. Falls Sie diese Nachricht irrtümlich erreicht hat, bitten wir Sie höflich, diese unter Ausschluss jeglicher Reproduktion zu löschen und die absendende Person zu benachrichtigen. Danke für Ihre Hilfe.
This message and any attached files are for the sole use of the recipient named above. It may contain confidential or legally protected data or information. If you have received this message in error, please delete it without making any copies whatsoever and notify the sender. Thank you for your assistance.
Вложения
thanks, L.
Hi guys.
I know it's not strictly barman list but I presume many here use it.
I do, but I only now realized that using barman's recovery with PIT is faulty - apparently have been for a while.
So I wonder - besides the fault(s) - I must be missing something or doing something incorrectly for...
when I check backups wals I get:
-> $ pg_waldump ubusrv-master-10-1-1-88/wals/00000B000000000D/00000B000000000D00000030
pg_waldump: fatal: could not find a valid record after D/30000000
and that is for every wal in the backup - which has to wrong, no?
How & where do I start troubleshooting this?
So I wonder now - perhaps PITR not working is not due to the "well-know" issue, maybe it was but it's not any more, but it's in my case due to the fact that pgsql server(16) and barman(13) use different pgsql versions - I'll tamper some more some day.
thanks, L.