feat: support additional barman-cloud compression methods in system images (#161)

Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
This commit is contained in:
Niccolò Fei
2025-03-05 18:42:06 +01:00
committed by GitHub
parent 27029b4f65
commit 569efc47ef

View File

@@ -166,7 +166,7 @@ generate_postgres() {
update_requirements() { update_requirements() {
barmanVersion=$(get_latest_barman_version) barmanVersion=$(get_latest_barman_version)
# If there's a new version we need to recreate the requirements files # If there's a new version we need to recreate the requirements files
echo "barman[cloud,azure,snappy,google] == $barmanVersion" > requirements.in echo "barman[cloud,azure,snappy,google,zstandard,lz4] == $barmanVersion" > requirements.in
echo "boto3 == 1.35.99" >> requirements.in echo "boto3 == 1.35.99" >> requirements.in
# This will take the requirements.in file and generate a file # This will take the requirements.in file and generate a file