• 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 [Docker] Librarys disappearing from Jellyfin

     
    • 0 Vote(s) - 0 Average

    [Docker] Librarys disappearing from Jellyfin

    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-11-22, 02:27 PM (This post was last modified: 2024-11-22, 02:29 PM by TheDreadPirate. Edited 3 times in total.)
    You need to keep /config and /cache separate. The way you have it now both /config and /cache are in /volume1/docker/jellyfin. Once a day Jellyfin runs a cache cleanup job. Since /config is in the same host folder the cache cleanup job cleans up EVERYTHING. Including your database, user accounts, metadata, library settings. EVERYTHING.

    Change your volume mounts to this.

    Code:
    volumes:
          - /volume1/docker/jellyfin/config:/config
          - /volume1/docker/jellyfin/cache:/cache
    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: 1 Guest(s)


    Messages In This Thread
    [Docker] Librarys disappearing from Jellyfin - by Akeldema - 2024-11-22, 11:51 AM
    RE: [Docker] Librarys disappearing from Jellyfin - by TheDreadPirate - 2024-11-22, 01:59 PM
    RE: [Docker] Librarys disappearing from Jellyfin - by Akeldema - 2024-11-22, 02:19 PM
    RE: [Docker] Librarys disappearing from Jellyfin - by TheDreadPirate - 2024-11-22, 02:27 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