From 08af2fd46bc63daff28b95a89600e406a9804157 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 23 Jan 2022 21:51:22 +0100 Subject: [PATCH] website/docs: deprecate inbuilt backup Signed-off-by: Jens Langhammer --- website/docs/maintenance/backups/index.md | 4 ++++ website/docs/releases/v2022.1.md | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/website/docs/maintenance/backups/index.md b/website/docs/maintenance/backups/index.md index bf5feef3c7..c5643b46fb 100644 --- a/website/docs/maintenance/backups/index.md +++ b/website/docs/maintenance/backups/index.md @@ -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/) ::: diff --git a/website/docs/releases/v2022.1.md b/website/docs/releases/v2022.1.md index 67269f38e0..da51432b17 100644 --- a/website/docs/releases/v2022.1.md +++ b/website/docs/releases/v2022.1.md @@ -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