Skip to content

Commit 569efc4

Browse files
authored
feat: support additional barman-cloud compression methods in system images (#161)
Signed-off-by: Niccolò Fei <[email protected]>
1 parent 27029b4 commit 569efc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/repo_funcs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ generate_postgres() {
166166
update_requirements() {
167167
barmanVersion=$(get_latest_barman_version)
168168
# If there's a new version we need to recreate the requirements files
169-
echo "barman[cloud,azure,snappy,google] == $barmanVersion" > requirements.in
169+
echo "barman[cloud,azure,snappy,google,zstandard,lz4] == $barmanVersion" > requirements.in
170170
echo "boto3 == 1.35.99" >> requirements.in
171171

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

0 commit comments

Comments
 (0)