Jellyfin Forum
Upgrade jellyfin server from 10.9.3 to 10.10.3 doesnt upgrade jellyfin-server - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Upgrade jellyfin server from 10.9.3 to 10.10.3 doesnt upgrade jellyfin-server (/t-upgrade-jellyfin-server-from-10-9-3-to-10-10-3-doesnt-upgrade-jellyfin-server)

Pages: 1 2


Upgrade jellyfin server from 10.9.3 to 10.10.3 doesnt upgrade jellyfin-server - Paralyses3833 - 2024-12-14

Hi, I am running jellyfin server 10.9.3.
My android jellyfin client on fire tv displays a message forcing me to upgrade the server.
I used the bash script from the Jellyfindocumentation to upgrade to 10.10.3

but after the upgrade the web interface and cli both still indicate the server is running 10.9.3

on rerunning the script it says the latest version is already insatlled (10.10.3)

If i explicitly run 'apt upgrade jellyfin-server' it says the latest version (10.9.3) is already installed,

I have also tried installing/enabling extrepo and use that option but it is the same.

my server is running Debian bullseye


RE: Upgrade jellyfin server from 10.9.3 to 10.10.3 doesnt upgrade jellyfin-server - TheDreadPirate - 2024-12-14

Did you "sudo apt update" first? Also, there was a jellyfin repo outage last night. If you did "apt update", it may have failed to retrieve the latest package list because of the outage.


RE: Upgrade jellyfin server from 10.9.3 to 10.10.3 doesnt upgrade jellyfin-server - Paralyses3833 - 2024-12-15

I did ... .
my current status is that I have the jellyfin wrapper package 10.10.3 installed, but the jellyfin-server application is 10.9.3
Code:
# sudo apt list jellyfin
Listing... Done
jellyfin/unknown,unknown,unknown,now 10.10.3+deb11 all [installed]


Code:
# sudo apt upgrade jellyfin-server
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
jellyfin-server is already the newest version (10.9.3+deb11).
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.



RE: Upgrade jellyfin server from 10.9.3 to 10.10.3 doesnt upgrade jellyfin-server - TheDreadPirate - 2024-12-15

Can you share the output of

Code:
sudo apt update

And share the contents of jellyfin.sources?

Code:
cat /etc/apt/sources.list.d/jellyfin.sources

Did you upgrade your current Debian setup from Debian 10?


RE: Upgrade jellyfin server from 10.9.3 to 10.10.3 doesnt upgrade jellyfin-server - Paralyses3833 - 2024-12-16

output of sudo apt update

Code:
# sudo apt update
Hit:1 http://deb.debian.org/debian bullseye InRelease
Get:2 https://apt.mopidy.com bullseye InRelease [13.9 kB]
Get:3 http://security.debian.org bullseye-security InRelease [27.2 kB]
Get:4 http://security.debian.org bullseye-security/main amd64 Packages [327 kB]
Get:5 http://security.debian.org bullseye-security/main Translation-en [211 kB]
Ign:6 http://archive.turnkeylinux.org/debian bullseye-security InRelease
Ign:7 http://archive.turnkeylinux.org/debian bullseye InRelease
Get:8 https://repo.jellyfin.org/debian bullseye InRelease [6663 B]
Hit:9 http://archive.turnkeylinux.org/debian bullseye-security Release
Hit:11 https://apt.releases.hyperion-project.org bullseye InRelease
Hit:12 http://archive.turnkeylinux.org/debian bullseye Release
Fetched 586 kB in 1s (401 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.


Jellyfin.sources

Code:
# cat /etc/apt/sources.list.d/jellyfin.sources
Types: deb
URIs: https://repo.jellyfin.org/debian
Suites: bullseye
Components: main
Architectures: amd64
Signed-By: /etc/apt/keyrings/jellyfin.gpg

sorry, I dont recall whether the system was upgraded from debian 10, but I think not.


RE: Upgrade jellyfin server from 10.9.3 to 10.10.3 doesnt upgrade jellyfin-server - TheDreadPirate - 2024-12-16

Remove the contents of this directory.

/var/lib/apt/lists.

If is safe to remove everything in here. It is regenerated with "sudo apt update", but we want to ensure that it is actually being updated. If after running "sudo apt update ; sudo apt upgrade jellyfin" you are still on server 10.9 open this file and share the contents via pastebin.

/var/lib/apt/lists/repo.jellyfin.org_debian_dists_bullseye_main_binary-amd64_Packages

I'm pretty sure that is the right file name for Debian 11.


RE: Upgrade jellyfin server from 10.9.3 to 10.10.3 doesnt upgrade jellyfin-server - Paralyses3833 - 2024-12-18

hi,
please find the pastebin link below.

I followed the above steps and ran sudo update and upgrade again after removing the suggested directory contents, but nothing gets updated.
checked the --version to verify and it still shows as 10.9.3.

although as per the pastebin, the versions mentioned for all modules, including jellyfin-web and server is 10.10.3.

https://pastebin.com/Q2Zg39Bx

Question:
do I need to uninstall and reinstall? will that retain my configurations?


RE: Upgrade jellyfin server from 10.9.3 to 10.10.3 doesnt upgrade jellyfin-server - TheDreadPirate - 2024-12-18

Hmmmm. That all looks right.

What is the output of this command?

Code:
sudo apt list --installed | grep jellyfin

If you have jellyfin-ffmpeg6 installed, you can try removing it and upgrading to jf-ffmpeg7 then try installing the server. I'm wondering if apt is getting hung up on that.

Code:
sudo apt remove jellyfin-ffmpeg6
sudo apt install jellyfin-ffmpeg7
sudo apt upgrade jellyfin



RE: Upgrade jellyfin server from 10.9.3 to 10.10.3 doesnt upgrade jellyfin-server - Paralyses3833 - 2024-12-21

output of
sudo apt list --installed | grep jellyfin

Code:
# sudo apt list --installed | grep jellyfin

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

jellyfin-ffmpeg7/now 7.0.2-7-bullseye amd64 [installed,local]
jellyfin-server/now 10.9.3+deb11 amd64 [installed,local]
jellyfin-web/now 10.8.13-1 all [installed,local]
jellyfin/unknown,now 10.10.3+deb11 all [installed]



RE: Upgrade jellyfin server from 10.9.3 to 10.10.3 doesnt upgrade jellyfin-server - nanouk76 - 2024-12-21

Just my two cents but this has happened to me before and I had to do a dist-upgrade for the new version to kick in