the config and databases or the media, you mean?
if so, the former, but I mount the meadia with a read only docker volume just to be sure, because chances are I would never notice it
Comment on goodbye plex
SupremeDonut@lemmy.ml 1 day agoLike the version or the media?
the config and databases or the media, you mean?
if so, the former, but I mount the meadia with a read only docker volume just to be sure, because chances are I would never notice it
daniskarma@lemmy.dbzer0.com 1 day ago
I have it on docker with two volumes, ./config and ./cache
I back up those before each update.
A bad Jellyfin update should not mess with your media folder in anyway. Though you should have backups of those aswell as a rule of thumb.
bradbeattie@lemmy.ca 1 day ago
With respect to the media, you can mount the volume as read only, preventing Jellyfin from accidentally wiping your underlying content.
AllHailTheSheep@sh.itjust.works 11 hours ago
or just change the folder ownership to whatever user you use in the container, but don’t give them write access. that’s how I do it so I can still edit my media as root.