Browse Source

Installing the PostgreSQL client is sufficient

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

2
postgres-backup-s3/install.sh

@ -7,7 +7,7 @@ set -eo pipefail
apk update
# install pg_dump
apk add postgresql
apk add postgresql-client
# install s3 tools
apk add aws-cli

2
postgres-restore-s3/install.sh

@ -6,7 +6,7 @@ set -eo pipefail
apk update
# install pg_dump
apk add postgresql
apk add postgresql-client
# install s3 tools
apk add aws-cli

Loading…
Cancel
Save