Allow to dump with -Fd fixing issue #28

This commit is contained in:
Pau Rodriguez-Estivill
2020-08-20 19:00:22 +02:00
parent 35efb3cfb7
commit a01eae32be
4 changed files with 23 additions and 8 deletions
+1
View File
@@ -58,6 +58,7 @@ Most variables are the same as in the [official postgres image](https://hub.dock
| env variable | description |
|--|--|
| BACKUP_DIR | Directory to save the backup at. Defaults to `/backups`. |
| BACKUP_SUFFIX | Filename suffix to save the backup. Defaults to `.sql.gz`. |
| BACKUP_KEEP_DAYS | Number of daily backups to keep before removal. Defaults to `7`. |
| BACKUP_KEEP_WEEKS | Number of weekly backups to keep before removal. Defaults to `4`. |
| BACKUP_KEEP_MONTHS | Number of monthly backups to keep before removal. Defaults to `6`. |