Skip to content

Commit 7dbbd00

Browse files
authored
feat: support additional barman-cloud compression methods in system images (#70)
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
1 parent e324060 commit 7dbbd00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PostGIS/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ generate_postgres() {
175175
update_requirements() {
176176
barmanVersion=$(get_latest_barman_version)
177177
# If there's a new version we need to recreate the requirements files
178-
echo "barman[cloud,azure,snappy,google] == $barmanVersion" > requirements.in
178+
echo "barman[cloud,azure,snappy,google,zstandard,lz4] == $barmanVersion" > requirements.in
179179
echo "boto3 == 1.35.99" >> requirements.in
180180

181181
# This will take the requirements.in file and generate a file

0 commit comments

Comments
 (0)