• mrbutterscotch@feddit.org
    link
    fedilink
    English
    arrow-up
    0
    ·
    14 days ago

    Hi!

    So I installed jellyfin on Bazzite as per this video.

    But he didn’t explain how to update the server. Could you maybe tell me how you did it with your server? Maybe it could help me figure out how to update mine as well.

    • JigglySackles@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      14 days ago

      Poke around through the dash. I imagine it’s in the GUI there. Probably under a menu like ‘system’ or ‘about’.

        • JigglySackles@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          14 days ago

          Ahh bummer. Not sure exactly then. Might have to hop in the terminal and try an --update or find an equivalent with--help. The documentation in the git repo should tell you if nothing else.

          • mrbutterscotch@feddit.org
            link
            fedilink
            English
            arrow-up
            0
            ·
            edit-2
            13 days ago

            podman stop jellyfin (podman ps to get the actual name of the jellyfin container)

            podman rm jellyfin

            podman pull docker.io/jellyfin/jellyfin:latest

            systemctl restart jellyfin.container (or whatever you called your unit when you set it up)

            This suggestion from another commenter worked! Apparently quadlets work with Podman in the background.