Georg Ledermann
3 years ago
No known key found for this signature in database
GPG Key ID: B6D83FBDDCEFBF3
2 changed files with
2 additions and
6 deletions
-
postgres-backup-s3/install.sh
-
postgres-restore-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 |
|
|
|
|
|
@ -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/* |