• 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 Library Disappears

     
    • 0 Vote(s) - 0 Average

    Library Disappears

    My server disappears after power outages, and the whole library needs to be rescanned.
    missmintygreen
    Offline

    Junior Member

    Posts: 20
    Threads: 2
    Joined: 2024 Jun
    Reputation: 0
    Country:United States
    #9
    2024-12-12, 04:08 AM
    (2024-12-08, 02:57 PM)TheDreadPirate Wrote: Ok.  I see the problem.

    Code:
    --volume /home/danielle/jellyfin/config:/config \
    --volume /home/danielle/jellyfin:/cache \

    The way you have the cache folder setup will put the cache folder above the config.  Once a day there is a cache cleanup job that recursive deletes files and folders older than a certain age.  What is happening is that the cache cleanup job is deleting your permanent data in /config.  Change your setup to this.

    Code:
    --volume /home/danielle/jellyfin/config:/config \
    --volume /home/danielle/jellyfin/cache:/cache \

    This isolates the two folders from each other and ensures that the cache cleanup job only cleans up the actual cache.

    This may be a dumb question, and it's more of a Linux question than Jellyfin, but in this case, would it be safe/effective to just move this into a new cache directory using the
    Code:
    mv
    command in Terminal? I'm not going to break anything by going about it that way, right?
    Rescued from the Trash Optiplex Build
    CPU: Intel i5 3470
    RAM: 4GB DDR3-1333
    GPU: NVIDIA Quadro P400 2GB GDDR5
    Boot Drive: Inland Professional 240GB SSD
    Storage: Seagate Ironwolf 8TB 7200 RPM HDD
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Library Disappears - by missmintygreen - 2024-11-23, 05:46 AM
    RE: Library Disappears - by TheDreadPirate - 2024-11-23, 03:46 PM
    RE: Library Disappears - by missmintygreen - 2024-11-26, 04:35 AM
    RE: Library Disappears - by TheDreadPirate - 2024-11-26, 01:48 PM
    RE: Library Disappears - by missmintygreen - 2024-12-08, 03:19 AM
    RE: Library Disappears - by TheDreadPirate - 2024-12-08, 04:04 AM
    RE: Library Disappears - by missmintygreen - 2024-12-08, 04:19 AM
    RE: Library Disappears - by TheDreadPirate - 2024-12-08, 02:57 PM
    RE: Library Disappears - by missmintygreen - 2024-12-12, 04:08 AM
    RE: Library Disappears - by TheDreadPirate - 2024-12-12, 01:52 PM
    RE: Library Disappears - by missmintygreen - 2024-12-14, 10:55 PM
    RE: Library Disappears - by TheDreadPirate - 2024-12-14, 11:03 PM
    RE: Library Disappears - by missmintygreen - 2024-12-14, 11:18 PM
    RE: Library Disappears - by TheDreadPirate - 2024-12-15, 07:34 PM
    RE: Library Disappears - by missmintygreen - 2024-12-15, 08:26 PM
    RE: Library Disappears - by TheDreadPirate - 2024-12-15, 10:43 PM
    RE: Library Disappears - by missmintygreen - 2024-12-15, 11:53 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