Barman release notes
© Copyright EnterpriseDB UK Limited 2025 - All rights reserved.
3.19.1 (2026-05-26)
Bugfixes
-
Fix
cloud-wal-restorefailing to find compressed WAL filesFixed a bug where
barman-cloud-wal-restoreandbarman cloud-wal-restorecommands
would fail to locate a compressed WAL file when a backup file with the same prefix
existed in the cloud storage bucket.For example, when requesting WAL
00000001000000030000001Aand the bucket
contained both00000001000000030000001A.gzand
00000001000000030000001A.00000028.backup.gz, Barman would only locate the backup
file and then write an error log like:ERROR: WAL file 00000001000000030000001A for server pg does not existThe issue is now fixed and WAL files are correctly identified even when backup
files with the same prefix are present in the bucket.References: BAR-1315.