Browse Source
Installing the PostgreSQL client is sufficient
pull/138/head
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
2 deletions
-
postgres-backup-s3/install.sh
-
postgres-restore-s3/install.sh
|
@ -7,7 +7,7 @@ set -eo pipefail |
|
|
apk update |
|
|
apk update |
|
|
|
|
|
|
|
|
# install pg_dump |
|
|
# install pg_dump |
|
|
apk add postgresql |
|
|
|
|
|
|
|
|
apk add postgresql-client |
|
|
|
|
|
|
|
|
# install s3 tools |
|
|
# install s3 tools |
|
|
apk add aws-cli |
|
|
apk add aws-cli |
|
|
|
@ -6,7 +6,7 @@ set -eo pipefail |
|
|
apk update |
|
|
apk update |
|
|
|
|
|
|
|
|
# install pg_dump |
|
|
# install pg_dump |
|
|
apk add postgresql |
|
|
|
|
|
|
|
|
apk add postgresql-client |
|
|
|
|
|
|
|
|
# install s3 tools |
|
|
# install s3 tools |
|
|
apk add aws-cli |
|
|
apk add aws-cli |
|
|