2020-02-29 00:43:59 +00:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
title: Storage backends
|
|
|
|
parent: Configuration
|
|
|
|
nav_order: 10
|
|
|
|
has_children: true
|
|
|
|
---
|
|
|
|
|
|
|
|
# Storage backends
|
|
|
|
|
|
|
|
**Authelia** supports multiple storage backends. This backend is used
|
|
|
|
to store user preferences, 2FA device handles and secrets, authentication
|
|
|
|
logs, etc...
|
|
|
|
|
|
|
|
The available options are:
|
|
|
|
|
2020-03-01 05:58:26 +00:00
|
|
|
* [SQLite](./sqlite.md)
|
|
|
|
* [MariaDB](./mariadb.md)
|
2020-02-29 00:43:59 +00:00
|
|
|
* ~~MySQL~~ ([#512](https://github.com/authelia/authelia/issues/512))
|
2020-03-01 05:58:26 +00:00
|
|
|
* [Postgres](./postgres.md)
|