postgresql-backup icon indicating copy to clipboard operation
postgresql-backup copied to clipboard

Docker image that periodically dumps a Postgres database, and uploads it to an Amazon S3 bucket.

Results 3 postgresql-backup issues
Sort by recently updated
recently updated
newest added

Would adding encryption be useful? I have an internal fork of this repo that also adds encryption. This basically add a ENCRYPTION_KEY var that you point to a key file....

### Add support for DB password as a file. * New env var `DB_PASS_FILE`. ### Add Support for backing up multiple DBs in one go. * New env var `DB_NAMES`...