Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ The backup functionality is a subset of the [tiredofit/db-backup](https://github

| Parameter | Description | Default |
| --------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | --------------- |
| `DB_BACKUP` | Activate backup scheduler by setting to `TRUE` | `FALSE` |
| `DB_BACKUP_BACKUP_LOCATION` | Backup to `FILESYSTEM` or `S3` compatible services like S3, Minio, Wasabi | `FILESYSTEM` |
| `DB_BACKUP_MODE` | `AUTO` mode to use internal scheduling routines or `MANUAL` to simply use this as manual backups only executed by your own means | `AUTO` |
| `DB_BACKUP_MANUAL_RUN_FOREVER` | `TRUE` or `FALSE` if you wish to try to make the container exit after the backup | `TRUE` |
Expand Down