Sign inSign up

outtherelabs/pg-backup

By outtherelabs

Updated over 9 years ago

Back up a PostgreSQL database to AWS S3

Image
0

10K+

outtherelabs/pg-backup repository overview

Postgres backup

Back up a PostgreSQL database to AWS S3.

Usage

$ docker run \
  -e AWS_ACCESS_KEY_ID=key-id \
  -e AWS_SECRET_ACCESS_KEY=secret-key \
  -e S3_BUCKET=bucket-name \
  -e POSTGRESQL_DATABASE=db_name \
  -e POSTGRESQL_USER=user \
  -e POSTGRESQL_PASSWORD=p4ssw0rd \
  -e POSTGRES_HOST=localhost \
  outtherelabs/pg-backup

Tag summary

Content type

Image

Digest

Size

166.7 MB

Last updated

over 9 years ago

docker pull outtherelabs/pg-backup