website/docs/sys-mgmt/ops/backup-restore.md
This guide outlines the critical components to back up and restore in authentik.
pg_dump, pg_dumpall, or continuous archiving).template0 and template1.pg_restore or other official methods.These directories are mounted as volumes in containerized installations and must be restored if they were part of the backup to maintain authentik’s expected functionality.
| Directory | Purpose | Backup and Restore Notes |
|---|---|---|
/data | Stores application icons, flow backgrounds, uploaded files, and CSV reports. | Only required if not using S3 external storage. External storage should be backed up using the AWS S3 Sync utility. |
/certs | Stores TLS certificates in the filesystem. | Backup if you rely on these certificates present in the filesystem. Not needed if authentik has already imported them, as certificates are stored in the database. |
/custom-templates | Stores custom changes to the authentik UI. | Required if you modified authentik's default appearance. |
/blueprints | Stores blueprints. | Optional but recommended if using custom blueprints. |