Browse Source

postgres backup s3

pull/4/head
Johannes Schickling 9 years ago
parent
commit
ad82ab0b6b
  1. 2
      postgres-backup-s3/install.sh

2
postgres-backup-s3/install.sh

@ -7,7 +7,7 @@ set -e
apk update
# install pg_dump
apk add postgres
apk add postgresql
# install s3 tools
apk add python py-pip

Loading…
Cancel
Save