Unraid Docker, remapping Metadata folder not working

Server Version#: 1.21.1.3876
Player Version#: 4.50.1

Hope this is the correct channel. :’)

As said in the title i am running PMS in a Hotio container on unraid.

I have a some costum mapping to move out some folder outside the appdata folder more efficient backups.

These are my mappings.
/config <---> /mnt/user/appdata/plex

/transcode <---> /dev/shm

/data <---> /mnt/user/data

/config/app/Plex Media Server/Media <---> /mnt/user/plex_data/Media

/config/app/Plex Media Server/Cache/Transcode/Sync+ <---> /mnt/user/plex_data/Cache/Transcode/Sync+

/config/app/Plex Media Server/Cache/PhotoTranscoder <---> /mnt/user/plex_data/Cache/PhotoTranscoder

/config/app/Plex Media Server/Metadata <---> /mnt/user/plex_data/Metadata

Now i have noticed that sometimes Metadata is still being written inside appdata Metadata folder.

I have no idea what is causing this and or how to fix it. I know other people with the same container and same setup that are not seeing this issue…

Hope that someone can give me some suggestions on how to possibly fix this!

Thanks

You’re more likely to get help in the UnRAID forum than here in my experience unless you can prove the issue is PMS and not UnRAID/Docker/Docker Container.

I’m no container author so I could be totally wrong but could it be the order of the mapping args passed to docker?

Does docker support splitting out subfolders like that after defining the parent folder?

My brief googling didn’t turn up much but I’m probably not using the right terminology.

Actually looks like hotio wants you to use his discord for requesting support, I’d start there and make sure what you are doing is supported by the way he builds his containers.

Thanks a lot of the reply, I have a post out there as well. but maybe someone has an idea.

I’m running unraid. Honestly if it’s still being written inside, you may not have exposed your folders correctly. From unraid from the command prompt, you should goto the new locations and see if anything is being written there. If not, your permissions or mapping may not be correct. This is really not an issue either plex, hotio, or unraid can answer. Your basically doing some custom docker work :smiley: