• 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 SOLVED: Updating Server on Ubuntu 24.10

     
    • 0 Vote(s) - 0 Average

    SOLVED: Updating Server on Ubuntu 24.10

    morrowindmemes
    Offline

    Junior Member

    Posts: 7
    Threads: 2
    Joined: 2023 Oct
    Reputation: 0
    #1
    2025-01-22, 07:32 PM (This post was last modified: 2025-01-22, 07:39 PM by morrowindmemes. Edited 1 time in total.)
    I realized I didn't get the 10.10.4 update from the apt update. After that I went to /etc/apt/sources.list.d/jellyfin.sources:

    Code:
    Types: deb
    URIs: https://repo.jellyfin.org/ubuntu
    Suites: noble
    Components: main
    Architectures: amd64
    Signed-By: /etc/apt/keyrings/jellyfin.gpg
    Enabled:no

    I deleted the line "Enabled:no" and after that I could successfully update to the latest version. After some reading I found that only LTS version would be supported form 10.9. So I wonder if what I did was wrong or is it not a good practice use noble build on oracular?

    Also after updating. I noticed this on dashboard:
       

    Normally on the web version it would say "10.10.4" not the last bit. Is this an artifact from the pronlem I mentioned above?
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2025-01-22, 11:09 PM
    You should be ok using noble builds on oracular. With the caveat that there is the possibility that a dependency that Jellyfin relies on could update and break Jellyfin. It is unlikely, but something to keep in mind.

    Regarding the build number, try clearing your browser cache? If it is still there, it isn't anything to worry about.

    Another option is to use Docker. You can use pretty much any distro that Docker supports.
    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]
    morrowindmemes
    Offline

    Junior Member

    Posts: 7
    Threads: 2
    Joined: 2023 Oct
    Reputation: 0
    #3
    2025-01-23, 08:55 AM (This post was last modified: 2025-01-23, 09:52 AM by morrowindmemes. Edited 1 time in total.)
    (2025-01-22, 11:09 PM)TheDreadPirate Wrote: You should be ok using noble builds on oracular.  With the caveat that there is the possibility that a dependency that Jellyfin relies on could update and break Jellyfin.  It is unlikely, but something to keep in mind.

    Regarding the build number, try clearing your browser cache?  If it is still there, it isn't anything to worry about.

    Another option is to use Docker.  You can use pretty much any distro that Docker supports.
    Thanks for the info. I thought about switching to Docker but couldn't find out how to backup server settings and use them on docker.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2025-01-23, 01:22 PM (This post was last modified: 2025-01-23, 01:22 PM by TheDreadPirate.)
    You wouldn't be able to drag and drop your current install's files into Docker, but it is possible to use your existing files with a little work.

    You'd need to back up the following directories before trying, just to be safe.

    /var/lib/jellyfin
    /var/cache/jellyfin
    /var/log/jellyfin
    /etc/jellyfin

    Our documentation contains the parameters you need to add to your docker config to make use of your existing files.

    https://jellyfin.org/docs/general/admini...-to-docker

    Essentially, a default Docker instance of Jellyfin writes everything to the virtual paths /config and /cache. Adding the environment variables specified in the documentation overrides the default Docker behavior.
    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]
    morrowindmemes
    Offline

    Junior Member

    Posts: 7
    Threads: 2
    Joined: 2023 Oct
    Reputation: 0
    #5
    2025-01-23, 02:44 PM
    Wow that was easy. I just backed up the dirs you mentioned, shutdown the server and then followed the docker-compose section of the tutorial and voila. Everything works exactly the same before. I thought cloudflare tunnel would give me some headache but nothing. Right now I only think about would be the linux install be more resource friendly compared to docker install cause the server is 2vcpu virtual machine on digitalocean.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2025-01-23, 03:03 PM
    There is minimal memory overhead and little to no CPU overhead. Containers share the host OS's kernel vs a virtual machine, which has its own kernel.

    Disk usage for the image and a bit more config complexity are the primary disadvantages. But the increased disk usage is due to containers bundling all their dependencies in the image. Which leads to the advantage that you don't have to worry about package conflicts between two apps installed on your system.
    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]
    morrowindmemes
    Offline

    Junior Member

    Posts: 7
    Threads: 2
    Joined: 2023 Oct
    Reputation: 0
    #7
    2025-01-23, 03:11 PM
    OK, thanks for your help again.
    « 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