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 Code: # sudo apt upgrade jellyfin-server 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 Jellyfin.sources Code: # cat /etc/apt/sources.list.d/jellyfin.sources 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 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 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 |