feat: use sqlite by default

This commit is contained in:
Mac Chaffee
2025-09-08 21:29:30 -04:00
parent a1810daa0f
commit 0eaed4920f
7 changed files with 69 additions and 68 deletions

11
release/next Normal file
View File

@ -0,0 +1,11 @@
MAJOR CHANGE! PLEASE READ!
This release changes the default database from mariadb to sqlite.
If you were previously using mariadb, you MUST add the following to your config:
COMPOSE_FILE="$COMPOSE_FILE:compose.mariadb.yml"
USE_MARIADB=true
If you want to migrate to using sqlite, you can export all posts before upgrading, then import all
posts after upgrading.