2025-08-13, 07:57 AM
I was just looking into this after migrating all my servarr apps to use a Postgress DB.
It seems the db adapter refactor has been complete, but the only adapter currently available is for SQLite. (Here: https://github.com/jellyfin/jellyfin/tre...ers.Sqlite)
I don't write .Net stuff, and I'm barely literate enough to read it - however, it seems what is still needed are 'Jellyfin.Database.Providers.Postgres' (or MariaDB, etc.).
I would keep an eye on this bit of the src tree if one wants to migrate to another DB.
It seems the db adapter refactor has been complete, but the only adapter currently available is for SQLite. (Here: https://github.com/jellyfin/jellyfin/tre...ers.Sqlite)
I don't write .Net stuff, and I'm barely literate enough to read it - however, it seems what is still needed are 'Jellyfin.Database.Providers.Postgres' (or MariaDB, etc.).
I would keep an eye on this bit of the src tree if one wants to migrate to another DB.