diff --git a/authentik/root/settings.py b/authentik/root/settings.py index acdad9a6c..014275cc3 100644 --- a/authentik/root/settings.py +++ b/authentik/root/settings.py @@ -376,7 +376,7 @@ DBBACKUP_CONNECTOR_MAPPING = { "django_prometheus.db.backends.postgresql": "dbbackup.db.postgresql.PgDumpConnector", } DBBACKUP_TMP_DIR = gettempdir() if DEBUG else "/tmp" # nosec -DBBACKUP_CLEANUP_KEEP = 30 +DBBACKUP_CLEANUP_KEEP = 10 if CONFIG.y("postgresql.s3_backup.bucket", "") != "": DBBACKUP_STORAGE = "storages.backends.s3boto3.S3Boto3Storage" DBBACKUP_STORAGE_OPTIONS = {