Jellyfin Forum
What is latest server version? - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: What is latest server version? (/t-what-is-latest-server-version)



What is latest server version? - tonizombie - 2024-11-20

Is the server version supposed to be different from web and build versions?

It currently shows

Server version
10.9.2
Web version
10.10.3
Build version
10.10.3

Only web and build versions have been going up when updating. Is this normal, bug or am i updating the wrong way?
Ive been updating using apt-get.


RE: What is latest server version? - TheDreadPirate - 2024-11-20

What distro are you on? If Ubuntu, which version?

All three versions in the dashboard should be the same.

Code:
sudo apt list --installed | grep jellyfin

Share the output of that command.


RE: What is latest server version? - tonizombie - 2024-11-20

Ubuntu 22.04.5 LTS

What "sudo apt list --installed | grep jellyfin" shows me
jellyfin-ffmpeg7/unknown,now 7.0.2-7-jammy amd64 [installed,automatic]
jellyfin-server/now 10.9.2+ubu2204 amd64 [installed,upgradable to: 10.10.3+ubu2204]
jellyfin-web/unknown,now 10.10.3+ubu2204 all [installed,automatic]
jellyfin/unknown,now 10.10.3+ubu2204 all [installed]

Strange but after running that command it now allowed me to upgrade the jellyfin-server.

Usually when ive updated ive used "sudo apt-get update && sudo apt-get upgrade -y" but for some time only the web and build went up.


RE: What is latest server version? - TheDreadPirate - 2024-11-20

Code:
sudo apt upgrade jellyfin

If that doesn't work

Code:
sudo apt upgrade jellyfin-server

If those fail, share the output.