| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| barman-3.19.1-manual.pdf | 2026-05-27 | 1.4 MB | |
| barman-3.19.1.tar.gz.md5 | 2026-05-27 | 55 Bytes | |
| barman-3.19.1.tar.gz | 2026-05-27 | 539.4 kB | |
| barman-3.19.1-py3-none-any.whl | 2026-05-27 | 585.0 kB | |
| README.md | 2026-05-26 | 931 Bytes | |
| Release 3.19.1 source code.tar.gz | 2026-05-26 | 2.1 MB | |
| Release 3.19.1 source code.zip | 2026-05-26 | 2.4 MB | |
| Totals: 7 Items | 7.1 MB | 0 | |
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 files
Fixed a bug where barman-cloud-wal-restore and barman cloud-wal-restore commands
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 00000001000000030000001A and the bucket
contained both 00000001000000030000001A.gz and
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 exist
The 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.