website/docs: deprecate inbuilt backup
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
70e3b27a4d
commit
08af2fd46b
|
@ -2,6 +2,10 @@
|
|||
title: Backup and restore
|
||||
---
|
||||
|
||||
:::error
|
||||
Integrated backups are deprecated and will be removed in a future authentik release.
|
||||
:::
|
||||
|
||||
:::warning
|
||||
Local backups are only supported for docker-compose installs. If you want to backup a Kubernetes instance locally, use an S3-compatible server such as [minio](https://min.io/)
|
||||
:::
|
||||
|
|
|
@ -27,6 +27,14 @@ This release mostly removes legacy fields and features that have been deprecated
|
|||
|
||||
The deprecated /api/v2beta/ Endpoint is removed. Use `/api/v3/`.
|
||||
|
||||
- Backup:
|
||||
|
||||
The integrated backup has been deprecated for the following reasons:
|
||||
|
||||
- Difficulty with restores not working properly
|
||||
- Inflexible configuration (fixed retention, limited to once a day, only S3 supported)
|
||||
- Most users will already have an existing backup infrastructure
|
||||
|
||||
## Minor changes/fixes
|
||||
|
||||
- core: dont return 404 when trying to view key of expired token
|
||||
|
|
Reference in New Issue