![]() |
|
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) |
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 jellyfinCode: # sudo apt upgrade jellyfin-serverRE: 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 updateAnd share the contents of jellyfin.sources? Code: cat /etc/apt/sources.list.d/jellyfin.sourcesDid 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 updateJellyfin.sources Code: # cat /etc/apt/sources.list.d/jellyfin.sourcessorry, 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. |