website/docs: deprecate inbuilt backup

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-01-23 21:51:22 +01:00
parent 70e3b27a4d
commit 08af2fd46b
2 changed files with 12 additions and 0 deletions

View File

@ -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/)
:::

View File

@ -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