• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Upgrade jellyfin server from 10.9.3 to 10.10.3 doesnt upgrade jellyfin-server

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    Upgrade jellyfin server from 10.9.3 to 10.10.3 doesnt upgrade jellyfin-server

    Paralyses3833
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2024 Dec
    Reputation: 0
    #1
    2024-12-14, 06:20 AM
    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
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-12-14, 06:53 PM (This post was last modified: 2024-12-14, 06:53 PM by TheDreadPirate.)
    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.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Paralyses3833
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2024 Dec
    Reputation: 0
    #3
    2024-12-15, 01:45 AM
    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.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-12-15, 06:40 PM
    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?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Paralyses3833
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2024 Dec
    Reputation: 0
    #5
    2024-12-16, 09:44 AM (This post was last modified: 2024-12-16, 09:45 AM by Paralyses3833. Edited 1 time in total.)
    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.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-12-16, 12:46 PM
    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.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Paralyses3833
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2024 Dec
    Reputation: 0
    #7
    2024-12-18, 08:18 AM
    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?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-12-18, 01:58 PM (This post was last modified: 2024-12-18, 01:59 PM by TheDreadPirate. Edited 1 time in total.)
    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
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Paralyses3833
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2024 Dec
    Reputation: 0
    #9
    2024-12-21, 06:15 AM
    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]
    nanouk76
    Offline

    Junior Member

    Posts: 36
    Threads: 5
    Joined: 2023 Jun
    Reputation: 0
    Country:France
    #10
    2024-12-21, 02:06 PM
    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
    Jellyfin 10.10.6
    Ubuntu Server 22.04.4 LTS
    Gigabyte Technology Co., Ltd. GA-MA78LMT-US2H
    AMD® Phenom™ ii x6 1090t processor × 6
    20 GB Ram
    Nvidia P400
    Pages (2): 1 2 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode