Skip to content

Commit ccb186e

Browse files
committed
fix RETENTION env var in docs
Signed-off-by: Avi Deitcher <[email protected]>
1 parent 0dc0da6 commit ccb186e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The following are the environment variables, CLI flags and configuration file op
9494
| directory with scripts to execute after backup | B | `dump --post-backup-scripts` | `DB_DUMP_POST_BACKUP_SCRIPTS` | `dump.scripts.postBackup` | in container, `/scripts.d/post-backup/` |
9595
| directory with scripts to execute before restore | R | `restore --pre-restore-scripts` | `DB_DUMP_PRE_RESTORE_SCRIPTS` | `restore.scripts.preRestore` | in container, `/scripts.d/pre-restore/` |
9696
| directory with scripts to execute after restore | R | `restore --post-restore-scripts` | `DB_DUMP_POST_RESTORE_SCRIPTS` | `restore.scripts.postRestore` | in container, `/scripts.d/post-restore/` |
97-
| retention policy for backups | BP | `dump --retention` | `RETENTION` | `prune.retention` | Infinite |
97+
| retention policy for backups | BP | `dump --retention` | `DB_DUMP_RETENTION` | `prune.retention` | Infinite |
9898

9999
## Configuration File
100100

docs/prune.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ When enabled, it will prune any backups that fit the pruning criteria.
3131

3232
Pruning can be on the basis of the _age_ of a specific backup, or the _number_ of backups. Both are set by the configuration setting:
3333

34-
* Environment variable: `RETENTION=<value>`
34+
* Environment variable: `DB_DUMP_RETENTION=<value>`
3535
* CLI flag: `dump --retention=<value>` or `prune --retention=<value>`
3636
* Config file:
3737
```yaml

0 commit comments

Comments
 (0)