| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| barman-3.16.2.tar.gz.md5 | 2025-11-04 | 55 Bytes | |
| barman-3.16.2.tar.gz | 2025-11-04 | 467.0 kB | |
| barman-3.16.2-py2.py3-none-any.whl | 2025-11-04 | 517.0 kB | |
| barman-3.16.2-manual.pdf | 2025-11-04 | 1.3 MB | |
| README.md | 2025-11-04 | 551 Bytes | |
| Release 3.16.2 source code.tar.gz | 2025-11-04 | 2.0 MB | |
| Release 3.16.2 source code.zip | 2025-11-04 | 2.2 MB | |
| Totals: 7 Items | 6.5 MB | 4 | |
Barman release notes
© Copyright EnterpriseDB UK Limited 2025 - All rights reserved.
3.16.2 (2025-11-04)
Bugfixes
- Improve barman-cloud delete workaround to inspect error message content
Some S3-compatible storages return an "InvalidRequest" error instead of "MissingContentMD5" during delete operations. Since we cannot rely on the error code alone, this updates the logic to also inspect the error message text to detect MissingContentMD5-like issues and apply the appropriate fallback.
References: BAR-947.