Based on https://github.com/draffensperger/postgres-s3-backup Runs buckups for postgres 9.5 hourly
200
Dockerized cron job to backup a Postgres database to Amazon S3 every hour. Works with Postgres 9.5
It expects the following environment variables to be set:
PG_S3_BACKUP_BUCKET - S3 bucket to use backup storagePG_S3_BACKUP_ACCESS_KEY - AWS access key to authorize writing to the bucketPG_S3_BACKUP_SECRET_KEY - AWS secret key to authorize writing to the bucketPG_S3_BACKUP_HOST - Host of database to backupPG_S3_BACKUP_USER - User of database to backupPG_S3_BACKUP_DB - Name of database to backupPG_S3_BACKUP_PASSWORD - Password for userContent type
Image
Digest
Size
80.6 MB
Last updated
over 10 years ago
docker pull mgcoders/postgres-s3-backup:9.5