In Linux you just download, extract, and change the symlink. It is really easy.
Comment on Jellyfin | "We are pleased to announce the latest stable release of Jellyfin, version 10.9.0!"
suckmyspez@lemmy.world 6 months ago
Now I’ll need to figure out how to update my instance 😅
kalpol@lemm.ee 6 months ago
stom@lemmy.dbzer0.com 6 months ago
Still waiting on rpmfusion to update. I wonder how long I’ll have to wait
slazer2au@lemmy.world 6 months ago
cd ~/jellyfin/
nano docker-compose.yml (change version to latest or pin to 10.10) sudo docker compose down && sudo docker compose up -d
hperrin@lemmy.world 6 months ago
You don’t actually need to run
down
first. Just adocker compose pull
if you haven’t made any changes, thendocker compose up -d
will restart whatever needs to be restarted.Zelaf@sopuli.xyz 6 months ago
I wish I could upvote twice, you’re gonna save me so much time.
swooosh@lemmy.world 6 months ago
I update with
docker compose update
orpodman compose update
. It’ll pull automaticallyhperrin@lemmy.world 6 months ago
Try it. Just change an environment variable, then run
up -d
and you’ll see.rambos@lemm.ee 6 months ago
Can you explain this please
slazer2au@lemmy.world 6 months ago
Neat.
suckmyspez@lemmy.world 6 months ago
Thanks for the tip!
Unfortunately I set mine up with synology’s own container manager (many regrets) and so far I’ve been able to bump anything. Will have another go when I’m home but I may up up tearing it all down and starting again using docker compose. Seems like the better option
Orygin@sh.itjust.works 6 months ago
The latest version of Synology with the container manager allows you to update images from the registry and will restart the container for you
suckmyspez@lemmy.world 6 months ago
That is also my understanding. But for whatever reason, after updating the image and restarting the container, Jellyfin is still reporting 10.8 on the admin dashboard 😢
Did you follow any docs for your migration?
thisNotMyName@lemmy.world 6 months ago
*10.9 if not latest. For the risk averse folks out there, check out github.com/containrrr/watchtower I just let it run every night, so far w/o problems
lemmyvore@feddit.nl 6 months ago
If you’re risk averse don’t update automatically. Some of the minor releases can be buggy.
thisNotMyName@lemmy.world 6 months ago
Sorry, I meant risk taking not averse (not my 1st language) Regarding the bugs, they get usually fixed within days