Browse Source

Install aws-cli as package

pull/138/head
Georg Ledermann 2 years ago
parent
commit
5213625cb8
No known key found for this signature in database GPG Key ID: B6D83FBDDCEFBF3
  1. 4
      postgres-backup-s3/install.sh
  2. 4
      postgres-restore-s3/install.sh

4
postgres-backup-s3/install.sh

@ -10,9 +10,7 @@ apk update
apk add postgresql
# install s3 tools
apk add python3 py3-pip
pip install awscli
apk del py3-pip
apk add aws-cli
# install go-cron
apk add curl

4
postgres-restore-s3/install.sh

@ -9,9 +9,7 @@ apk update
apk add postgresql
# install s3 tools
apk add python py-pip
pip install awscli
apk del py-pip
apk add aws-cli
# cleanup
rm -rf /var/cache/apk/*
Loading…
Cancel
Save