plugin-barman-cloud/containers
Marco Nenciarini a9d8dbba6e
fix: add compression library dependencies for barman
Barman-cloud requires lz4 and snappy compression libraries for
backup and WAL compression. The pythonbuilder stage needs the
development headers (liblz4-dev, libsnappy-dev) to compile the
Python C-extensions into wheels, and the final runtime image
needs the shared libraries (liblz4-1, libsnappy1v5) for the
extensions to function.

Without these dependencies, backups fail when attempting to
compress data, causing the backup to enter a failed state.

Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
2026-01-29 09:27:10 +01:00
..
Dockerfile.plugin chore(deps): update golang docker tag to v1.25.6 (#734) 2026-01-18 22:33:55 +01:00
Dockerfile.sidecar fix: add compression library dependencies for barman 2026-01-29 09:27:10 +01:00
sidecar-requirements.in chore(deps): update dependency barman to v3.17.0 (#720) 2026-01-10 16:01:49 +01:00
sidecar-requirements.txt chore(deps): refresh pip-compile outputs (#704) 2026-01-13 18:03:43 +01:00