web/docs/compression.md lists lz4 as WAL only, but barman-cloud-backup has supported --lz4 since Barman 3.18.0 (EnterpriseDB/barman@468641b), which is the version bundled in the sidecar.
The restriction lives upstream in cloudnative-pg/barman-cloud, where DataBackupConfiguration.Compression still has +kubebuilder:validation:Enum=bzip2;gzip;snappy. The CRD and the doc on this side inherit from there.
Tracking the downstream work: once the API is updated upstream, bump the module here, regenerate the CRD, and drop the "(WAL only)" note next to lz4 in the doc.
web/docs/compression.mdlistslz4as WAL only, butbarman-cloud-backuphas supported--lz4since Barman 3.18.0 (EnterpriseDB/barman@468641b), which is the version bundled in the sidecar.The restriction lives upstream in
cloudnative-pg/barman-cloud, whereDataBackupConfiguration.Compressionstill has+kubebuilder:validation:Enum=bzip2;gzip;snappy. The CRD and the doc on this side inherit from there.Tracking the downstream work: once the API is updated upstream, bump the module here, regenerate the CRD, and drop the "(WAL only)" note next to
lz4in the doc.