• 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): « Previous 1 2

     
    • 0 Vote(s) - 0 Average

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

    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #11
    2024-12-21, 06:54 PM (This post was last modified: 2024-12-21, 06:55 PM by TheDreadPirate. Edited 1 time in total.)
    Oh. Wow. Lots of mixed packages there. 10.8.13 for web, 10.9.3 for server, 10.10.3 for the meta package. Let's backup your data, just in case. But I don't think this should delete your data.

    Code:
    sudo mkdir /jellyfin-backup
    cd /jellyfin-backup
    sudo mkdir etc var
    sudo rsync -a -p --progress /etc/jellyfin etc/
    sudo rsync -a -p --progress /var/lib/jellyfin var/

    Now we are going to remove jellyfin-ffmpeg, jellyfin-web, and the jellyfin meta package.

    Code:
    sudo apt remove jellyfin-ffmpeg7 jellyfin-web jellyfin

    This should leave you with only jellyfin-server 10.9.3 and all of your jellyfin data should still be in tact. Now we install jellyfin and it should install the latest jellyfin-ffmpeg, jellyfin-web, and pull jellyfin-server up to to 10.10.3.

    Code:
    sudo apt install 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
    #12
    2024-12-22, 04:49 AM
    the weird thing is, no other clients (web or android) complain about not being on the latest version of the server.
    THe only client that doesnt let me play anything is the Android TV version of the Jellyfin app.
    Paralyses3833
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2024 Dec
    Reputation: 0
    #13
    2024-12-22, 05:07 AM
    any reason for not removing the jellyfin-server before reinstallation?
    after going through the suggested steps my jellyfin-web did get updated to the latest version, but the jellyfin-server still shows as 10.9.3. I assume the reason the update wasnt workign before isnt addressed yet.

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

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

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

    (2024-12-21, 06:54 PM)TheDreadPirate Wrote: Oh.  Wow.  Lots of mixed packages there.  10.8.13 for web, 10.9.3 for server, 10.10.3 for the meta package.  Let's backup your data, just in case.  But I don't think this should delete your data.

    Code:
    sudo mkdir /jellyfin-backup
    cd /jellyfin-backup
    sudo mkdir etc var
    sudo rsync -a -p --progress /etc/jellyfin etc/
    sudo rsync -a -p --progress /var/lib/jellyfin var/

    Now we are going to remove jellyfin-ffmpeg, jellyfin-web, and the jellyfin meta package.

    Code:
    sudo apt remove jellyfin-ffmpeg7 jellyfin-web jellyfin

    This should leave you with only jellyfin-server 10.9.3 and all of your jellyfin data should still be in tact.  Now we install jellyfin and it should install the latest jellyfin-ffmpeg, jellyfin-web, and pull jellyfin-server up to to 10.10.3.

    Code:
    sudo apt install jellyfin
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #14
    2024-12-22, 05:52 AM (This post was last modified: 2024-12-22, 04:26 PM by TheDreadPirate. Edited 1 time in total.)
    Removing Jellyfin-server would remove the jellyfin user from your system. Adding the potential that the jellyfin user would change UID when you reinstall jellyfin.

    I had hoped it would pull the server up to 10.10.3, but that doesn't appear to be the case.

    Code:
    sudo apt remove jellyfin-server
    sudo apt install jellyfin-server

    If Jellyfin doesn't start, reset permissions on jellyfin's data and config directories.

    Code:
    sudo chown -R jellyfin: /var/lib/jellyfin /var/cache/jellyfin/ /var/log/jellyfin /etc/jellyfin /usr/share/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
    #15
    2024-12-22, 06:50 AM
    thanks, that did the trick.
    and didnt need to reset the permissions
    Pages (2): « Previous 1 2

    « 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