

6·
7 months agoCan you check your config folder (seems like it’s /etc/jellyfin
for you) for migrations.xml
and system.xml
? I’m guessing if you were low on disk, jellyfin tried to write to them, but couldn’t, so it left empty files which it can’t now read from.
Good to hear. I think jellyfin could be improved so that it doesn’t completely clear migrations.xml every time a new migration is applied when it starts up (switch from a
Create
to anOpenOrCreate
on the file). Although a low disk situation can be difficult for software to deal with typically anyway.