2025-01-19, 07:24 PM
(This post was last modified: 2025-01-19, 07:25 PM by Efficient_Good_5784. Edited 1 time in total.)
(2025-01-19, 10:09 AM)1998yo1 Wrote:You can take that up with CasaOS as Jellyfin doesn't have any automatic feature to tell you when to upgrade.(2024-08-08, 02:42 PM)sy278 Wrote: You should never be upgrading anything without backups. Backup before an upgrade is standard computer practice.
What a wonderful way to turn it around to blame them for submitting to spam popups.
Ignore should mean do not show again, or better yet there should be an option to skip that version. Why the hell is my software giving me spam popups after clicking ignore repeatedly? This is not a user problem, while we're at it throw in an automatic backup during the installer. Would be arbitrary and prevent people like you from somehow blaming the user.
That's a feature of whatever software you're using to run a Jellyfin Docker container.
There's already a feature request for backing up Jellyfin settings: https://features.jellyfin.org/posts/299/...n-settings
It's been put on hold until the new database drops.
However, backing up your Docker configs is easy. You just need to make sure to mount the /config directory outside of the container when you first set it up. You then just turn off the container and copy the config directory to another location as a backup. You should only do so when the container is off to make sure to not copy the DB when it's in use to avoid corruption on the copy.
To restore, you just put the copy back into the location where the container will read it again.