forked from repo-mirrors/cnpg-postgres-containers
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:
@@ -166,7 +166,7 @@ generate_postgres() {
|
||||
update_requirements() {
|
||||
barmanVersion=$(get_latest_barman_version)
|
||||
# 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
|
||||
|
||||
# This will take the requirements.in file and generate a file
|
||||
|
Reference in New Issue
Block a user