2024-11-18, 08:22 PM
(2024-11-17, 11:04 PM)Oddstr13 Wrote: It would be this block of code, presumably part of an old migration?Thank you for digging this in code.
https://github.com/jellyfin/jellyfin-pac...st#L57-L60
sudo mv /var/lib/jellyfin/config{,~old}
should be safe, and fix the issue. (moves config to config~old)
So I had this jellyfin set up as a docker container before, and now it's in a LXC. When I moved it,I tried to keep the directories same as before.
It seems like even if you put all the directories as config variables properly, there are still hardcoded paths stored in the sqlite db, so had to manually fix those.
Since then, I've been running this as is. If someone can help me move this to a more standard configuration, I'd be happy to do it to avoid this problem every time i update.