• 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 Synology Docker Default Paths

     
    • 0 Vote(s) - 0 Average

    Synology Docker Default Paths

    Synology Docker Default Paths
    elephantLYFE
    Offline

    Member

    Posts: 56
    Threads: 8
    Joined: 2023 Sep
    Reputation: 1
    Country:United States
    #1
    2024-08-16, 02:03 AM
    Hello Friends,

    Before I upgrade, I am way behind on versions.
    I need to find the default folder paths for config/cache, so i can place them in the proper places.
    Also, are there any other directories i need to ensure to properly place?
    I have not updated Jellyfin in over a year.
    When i update container, i need all my metadata, personal libraries ive built to be maintained.

    I can SSH into my synology, and i think im poking around in the correct area, but im not sure which directories i need to copy.

    Screenshots attached.

    (No, i can not rescan the metadata, i have a specific library i built from complete scratch, like "actors" and such will be gone.)
    (I know i should have properly set it up correctly the first time, and now I am dealing with it)

    Thanks for reading!


    Attached Files Thumbnail(s)
           
    HARDWARE/SOFTWARE SPECS
    NAS: Synology DS720+
    OS: DSM 7.2-64570 Update 3
    CPU: Intel Celeron J4125 Geminilake
    RAM: 10GB
    Container Manager(Docker):20.10.23-1437
    Docker-Image: Jellyfin 10.8.10
    HDD: 2x10TB Segate IronWolf (Raid 1)
    elephantLYFE
    Offline

    Member

    Posts: 56
    Threads: 8
    Joined: 2023 Sep
    Reputation: 1
    Country:United States
    #2
    2024-08-16, 02:25 AM
    https://github.com/zang74/jellyfin_config_backup

    At the very bottom of this page, there is a note about
    "If you've set up Jellyfin without static data directories, your config and cache folders will exist in random-hash-named directories under volume1/@docker/containers"
    HARDWARE/SOFTWARE SPECS
    NAS: Synology DS720+
    OS: DSM 7.2-64570 Update 3
    CPU: Intel Celeron J4125 Geminilake
    RAM: 10GB
    Container Manager(Docker):20.10.23-1437
    Docker-Image: Jellyfin 10.8.10
    HDD: 2x10TB Segate IronWolf (Raid 1)
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,167
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #3
    2024-08-16, 02:27 AM
    The paths should be the same if you're going from docker container to docker container.

    Just make sure to make a copy of it instead of directly transferring the original config folder to the new version.
    Basically, use the copy and keep the original in case you want to roll back to the old version.
    elephantLYFE
    Offline

    Member

    Posts: 56
    Threads: 8
    Joined: 2023 Sep
    Reputation: 1
    Country:United States
    #4
    2024-08-16, 02:27 AM
    Maybe this is what I need? I feel like im close.


    Attached Files Thumbnail(s)
       
    HARDWARE/SOFTWARE SPECS
    NAS: Synology DS720+
    OS: DSM 7.2-64570 Update 3
    CPU: Intel Celeron J4125 Geminilake
    RAM: 10GB
    Container Manager(Docker):20.10.23-1437
    Docker-Image: Jellyfin 10.8.10
    HDD: 2x10TB Segate IronWolf (Raid 1)
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,167
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #5
    2024-08-16, 02:29 AM (This post was last modified: 2024-08-16, 02:30 AM by Efficient_Good_5784. Edited 1 time in total.)
    (2024-08-16, 02:25 AM)elephantLYFE Wrote: https://github.com/zang74/jellyfin_config_backup

    At the very bottom of this page, there is a note about
    "If you've set up Jellyfin without static data directories, your config and cache folders will exist in random-hash-named directories under volume1/@docker/containers"
    You already linked the config folder to a specific volume mount (from what I see in that screenshot).
    You don't have to worry about that warning.

    btw, you don't need to transfer the old cache to the new version. It will be recreated regardless and isn't needed to transfer your old settings.
    elephantLYFE
    Offline

    Member

    Posts: 56
    Threads: 8
    Joined: 2023 Sep
    Reputation: 1
    Country:United States
    #6
    2024-08-16, 02:34 AM
    Thanks for the reply,

    Im trying to copy the config/cache out of the docker container, to the same share where i have my Movies/shows/etc in. (so i dont lose it when the container is reset with latest update).

    Promblem is on not sure where the (i think its /config/) folder is located , but i know thats on me as I am admin of my machine. Slightly-frowning-face I keep poking around, but im not sure where/what it is.

    If im not making sense, let me know, I am certainly no expert, perhaps there is something i dont understand.
    HARDWARE/SOFTWARE SPECS
    NAS: Synology DS720+
    OS: DSM 7.2-64570 Update 3
    CPU: Intel Celeron J4125 Geminilake
    RAM: 10GB
    Container Manager(Docker):20.10.23-1437
    Docker-Image: Jellyfin 10.8.10
    HDD: 2x10TB Segate IronWolf (Raid 1)
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,167
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #7
    2024-08-16, 02:48 AM (This post was last modified: 2024-08-16, 02:49 AM by Efficient_Good_5784.)
    First, stop worrying about the cache folder. That doesn't matter if it's lost.

    Second, I see what you did.
    For the config folder, there's a 2nd config folder inside of it. You have /volume1/docker/jellyfin mapped to /config/config.
    As in, you only exposed the sub-level config folder and not the top-level one.
    The top-level config folder contains all configurations for the server.

    What you should have done at the start is this: /volume1/docker/jellyfin : /config:rw
    The image would just populate the entire config folder there.

    I would add a new volume mount to a blank space on your NAS, then go to the Container Manager. There, open the old Jellyfin image, and open a terminal.
    In the terminal page, create a new bash session into the Docker container and copy the config folder to the blank volume you just set up.

    Once the copy is complete, you can use the file browser to move that config folder wherever you need it. Just make sure to make a backup of it for the new version.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • 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