mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-03-10 12:42:20 +01:00
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> |
||
|---|---|---|
| .. | ||
| Dockerfile.plugin | ||
| Dockerfile.sidecar | ||
| sidecar-requirements.in | ||
| sidecar-requirements.txt | ||