• 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 No Update to 10.9

     
    • 0 Vote(s) - 0 Average

    No Update to 10.9

    Proxmox LXC Ubunut Maniac not Update from 10.8.13-1
    bitmap
    Offline

    Community Moderator

    Posts: 980
    Threads: 9
    Joined: 2023 Jul
    Reputation: 30
    #11
    2024-05-18, 08:15 PM
    Backup your data, uninstall + reinstall server and web. Make sure your repos are pointed properly.

    Or...try to learn/use Docker. I'm lazy and created an alias of 'dcref' (docker compose refresh) that updates all my containers or 'dcrefs' for a single container. It essentially runs:

    Code:
    docker compose pull && docker compose down && docker compose rm [all] && docker compose up -d pihole && docker compose up -d --remove-orphans

    This pulls the new image, stops all containers, removes them, brings up my Pihole (required for connectivity), then brings up the rest of the project and removes any orphan containers. Standard practice for me when upgrading is:

    Code:
    dc pull [container] && dc stop [container] | dc down && dc rm -f [container] && dc up -d [container] && dc logs -tf [container]

    Pulls new update, stops and removes the old container, brings it back up, and runs a tail on the container logs so I can watch for any errors or issues I need to fix.

    No futzing with dependencies, no lost data, easy access to logs, persistent data, way easy to update or revert (as long as you don't engage in breaking changes like 10.8.13 --> 10.9 which are irreversible), easy to monitor, and easy to segment or swarm if you have some weird need for orchestration on your home server.

    Running any software like Jellyfin requires *some* amount of research and troubleshooting, but Linux presents its own issues...frequently.
    Jellyfin 10.10.7 LSIO Docker | Ubuntu 24.04 LTS | i7-13700K | Arc A380 6 GB | 64 GB RAM | 79 TB Storage

    [Image: AIL4fc84QG6uSnTDEZiCCtosg7uAA8x9j1myFaFs...qL0Q=w2400]
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    No Update to 10.9 - by Azghul - 2024-05-13, 08:35 AM
    RE: No Update to 10.9 - by Vosseal - 2024-05-13, 09:33 AM
    RE: No Update to 10.9 - by TheDreadPirate - 2024-05-13, 11:49 AM
    RE: No Update to 10.9 - by Vosseal - 2024-05-13, 04:49 PM
    RE: No Update to 10.9 - by Fate - 2024-05-13, 05:11 PM
    RE: No Update to 10.9 - by Vosseal - 2024-05-14, 09:57 AM
    RE: No Update to 10.9 - by TheDreadPirate - 2024-05-13, 04:57 PM
    RE: No Update to 10.9 - by Vosseal - 2024-05-14, 04:21 PM
    RE: No Update to 10.9 - by Azghul - 2024-05-16, 06:29 PM
    RE: No Update to 10.9 - by HikariNoKitsune - 2024-05-18, 07:48 PM
    RE: No Update to 10.9 - by bitmap - 2024-05-18, 08:15 PM
    RE: No Update to 10.9 - by TheDreadPirate - 2024-05-18, 10:10 PM

    • 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