Georg Ledermann
3 years ago
No known key found for this signature in database
GPG Key ID: B6D83FBDDCEFBF3
1 changed files with
2 additions and
2 deletions
-
postgres-backup-s3/install.sh
|
@ -10,9 +10,9 @@ apk update |
|
|
apk add postgresql |
|
|
apk add postgresql |
|
|
|
|
|
|
|
|
# install s3 tools |
|
|
# install s3 tools |
|
|
apk add python py2-pip |
|
|
|
|
|
|
|
|
apk add python3 py3-pip |
|
|
pip install awscli |
|
|
pip install awscli |
|
|
apk del py2-pip |
|
|
|
|
|
|
|
|
apk del py3-pip |
|
|
|
|
|
|
|
|
# install go-cron |
|
|
# install go-cron |
|
|
apk add curl |
|
|
apk add curl |
|
|