Browse Source
chore(postgres-backup-s3): update postgresql-client version (#166)
master
Anik Ghosh
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
postgres-backup-s3/install.sh
|
@ -5,7 +5,7 @@ set -eo pipefail |
|
|
|
|
|
|
|
|
apk update |
|
|
apk update |
|
|
apk add openssl aws-cli |
|
|
apk add openssl aws-cli |
|
|
apk add postgresql-client --repository=https://dl-cdn.alpinelinux.org/alpine/v3.18/main |
|
|
|
|
|
|
|
|
apk add postgresql-client --repository=https://dl-cdn.alpinelinux.org/alpine/v3.19/main |
|
|
|
|
|
|
|
|
# cleanup |
|
|
# cleanup |
|
|
rm -rf /var/cache/apk/* |
|
|
rm -rf /var/cache/apk/* |