Added support for multiple databases. Closes #1

This commit is contained in:
Pau Rodriguez-Estivill
2018-06-30 14:07:22 +02:00
parent 84cff1f054
commit b74f2182d9
2 changed files with 16 additions and 10 deletions
+1
View File
@@ -2,6 +2,7 @@
Backup PostgresSQL to local filesystem with periodic backups and rotate backups.
Based on [schickling/postgres-backup-s3](https://hub.docker.com/r/schickling/postgres-backup-s3/).
It can backup multiple databases from the same host by setting all databases in `POSTGRES_DB` separated by comas or spaces.
## Usage