From da12230fdabe1393b17f60838baef28973171720 Mon Sep 17 00:00:00 2001 From: Christian Foellmann Date: Fri, 6 Oct 2023 11:25:10 +0200 Subject: [PATCH] Improve readme by adding ENV `DB_BACKUP` for activating backup schedule --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c97b25..e1a0fab 100644 --- a/README.md +++ b/README.md @@ -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` |