![](/static/61a827a1/assets/icons/icon-96x96.png)
![](https://lemmy.ml/pictrs/image/ee634f30-7b97-424e-93bb-47945757fddc.png)
Can 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.