• 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 Updating from 10.8.0 - Ubuntu

     
    • 0 Vote(s) - 0 Average

    Updating from 10.8.0 - Ubuntu

    Attempting to update Jellyfin server from 10.8.0 to 10.8.13.0 on Ubuntu
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2024-04-10, 01:59 PM (This post was last modified: 2024-04-10, 02:01 PM by TheDreadPirate. Edited 1 time in total.)
    The second code block is the same as the first.

    I doubt you marked jellyfin as "do not update" anyway, so let's move forward with backing up your data and purging Jellyfin.

    Copy the two Jellyfin data and config directories to some place else.

    Code:
    sudo systemctl stop jellyfin
    mkdir -p /path/to/backup/folder/jellyfin-data /path/to/backup/folder/jellyfin-config  #Replace with an actual path but keep jellyfin-config and jellyfin-data
    mv /var/lib/jellyfin/* /path/to/backup/folder/jellyfin-data/*
    mv /etc/jellyfin/* /path/to/backup/folder/jellyfin-config/*

    Use apt to purge Jellyfin.

    Code:
    sudo apt purge jellyfin*

    Now we are going to manually delete any Jellyfin install folders and the repo configs.

    Code:
    sudo rm -rf /usr/bin/jellyfin /usr/share/jellyfin /usr/lib/jellyfin /usr/lib/jellyfin-ffmpeg
    sudo rm -f /etc/apt/sources.list.d/jellyfin.list
    sudo rm -f /etc/apt/sources.list.d/jellyfin.sources
    sudo apt update

    Install from our repo via the auto-install script

    Code:
    curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash

    It will automatically start the service so we are going to bring it down before we restore your config.

    Code:
    sudo systemctl stop jellyfin

    Now let's restore the data and configs.

    Code:
    cp -pR /path/to/backup/folder/jellyfin-data/* /var/lib/jellyfin/
    cp -pR /path/to/backup/folder/jellyfin-config/* /etc/jellyfin/
    sudo chown -R jellyfin: /var/lib/jellyfin /etc/jellyfin

    Now start Jellyfin.

    Code:
    sudo systemctl start 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]
    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    Messages In This Thread
    Updating from 10.8.0 - Ubuntu - by DeckardTBechard - 2024-04-04, 04:28 PM
    RE: Updating from 10.8.0 - Ubuntu - by TheDreadPirate - 2024-04-04, 04:43 PM
    RE: Updating from 10.8.0 - Ubuntu - by DeckardTBechard - 2024-04-04, 11:05 PM
    RE: Updating from 10.8.0 - Ubuntu - by TheDreadPirate - 2024-04-05, 10:34 AM
    RE: Updating from 10.8.0 - Ubuntu - by bkl842 - 2024-04-07, 09:01 PM
    RE: Updating from 10.8.0 - Ubuntu - by TheDreadPirate - 2024-04-07, 10:09 PM
    RE: Updating from 10.8.0 - Ubuntu - by DeckardTBechard - 2024-04-10, 12:02 AM
    RE: Updating from 10.8.0 - Ubuntu - by TheDreadPirate - 2024-04-10, 01:08 AM
    RE: Updating from 10.8.0 - Ubuntu - by DeckardTBechard - 2024-04-10, 01:35 PM
    RE: Updating from 10.8.0 - Ubuntu - by TheDreadPirate - 2024-04-10, 01:59 PM
    RE: Updating from 10.8.0 - Ubuntu - by DeckardTBechard - 2024-04-10, 02:49 PM
    RE: Updating from 10.8.0 - Ubuntu - by TheDreadPirate - 2024-04-10, 02:55 PM
    RE: Updating from 10.8.0 - Ubuntu - by DeckardTBechard - 2024-04-10, 03:04 PM
    RE: Updating from 10.8.0 - Ubuntu - by DeckardTBechard - 2024-04-10, 03:30 PM
    RE: Updating from 10.8.0 - Ubuntu - by TheDreadPirate - 2024-04-10, 03:40 PM
    RE: Updating from 10.8.0 - Ubuntu - by DeckardTBechard - 2024-04-11, 02:09 AM
    RE: Updating from 10.8.0 - Ubuntu - by DeckardTBechard - 2024-04-11, 02:15 AM
    RE: Updating from 10.8.0 - Ubuntu - by Slavy Ivanov - 2025-01-02, 10:41 PM
    RE: Updating from 10.8.0 - Ubuntu - by Elbiot - 7 hours ago

    • 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