(Yesterday, 11:55 PM)TheDreadPirate Wrote: Did you relocate your media storage? That is the only explanation for why scanning your libraries resolved the issue.
No, my media path has remained the same.
Code:Error opening input files: No such file or directory
Backing up a docker install of Jellyfin is pretty simple. Stop the container, make a backup of the directory that contains /config and /cache. /cache is optional, but I've found that it makes the initial startup after restoration much smoother.
Good to know. I found a few different scripts to do this, this one in particular seems decent: laughingman77/Jellyfin-Backup-Restore: Scripts to backup and restore Jellyfin data. I will probably fork that and improve it a bit for my use case and add it to my regular backup script schedule.
Considering I am back up and running I am going to call this "solved", though I have a gut instinct that I will probably run into some corrupt sqlite db stuff again. There are quite a few topics around this here/reddit/stackoverflow that do not seem to have much in the way of a root cause and instead just focus on recovery. I am not savvy about sqlite db maintenance, though from what I do know I have been using it properly (allowing it to shut down gracefully, etc)
Thanks to the both of you for taking the time!