lib: disable backup by default, add note to configuration
This commit is contained in:
@ -25,7 +25,11 @@ All of these variables can be set to values, but you can also use a URI-like for
|
||||
|
||||
### PostgreSQL Backup Settings
|
||||
|
||||
- `AUTHENTIK_POSTGRESQL__BACKUP__ENABLED`: Controls if the inbuilt backup-mechanism is enabled, defaults to true (new in 2021.10).
|
||||
:::info
|
||||
The integrated backup is deprecated in 2022.1 and will be removed in a future version.
|
||||
:::
|
||||
|
||||
- `AUTHENTIK_POSTGRESQL__BACKUP__ENABLED`: Controls if the inbuilt backup-mechanism is enabled, defaults to false (new in 2021.10).
|
||||
|
||||
Optionally enable automated database backups to S3 or S3-compatible storages.
|
||||
|
||||
|
Reference in New Issue
Block a user