Database
SQLite by default, MySQL or MariaDB and PostgreSQL for networks.
Storage is embedded SQLite unless you point it elsewhere. Every backend runs the same schema and the same migrations.
| Page | What it covers |
|---|---|
| SQLite | The default: no setup, one file, when it stops being enough |
| MySQL and MariaDB | Connecting a shared database, pool sizing, backups |
| PostgreSQL | The same, on Postgres |
Was this page helpful?