Moving Docker (Synology) to Native App (Synology)

Server Version#: Latest (beta Plex -Docker) DS918+ DSM 7 (latest)
Player Version#: -

Hi, after i saw @ChuckPa instructions for running the Native App and Docker (with the Library of the native App) on the same Synology NAS (one or the other, but both installed, both using the same library of the nativ App) i wanted to ask how this works when Docker was installed first. The Docker Plex Library is installed in the Docker Share on may Syno. Can the nativ app use this library?

@ChuckPa is this possible and when how? could you do a step by step tutorial?

Thank you and best regards

Sorry for my bad english.
Ekomax

@Ekomax

If Docker Plex exists first and you wish it to become the same as the native server version,

  • We use the path information from your docker configuration
  • We create a special little Scheduled Task - User Script which moves the files from one location to the other and sets all the ownership to match the native app.

Once this is completed, the existing Plex instance will have been destroyed because the Docker Plex files have overwritten it.

It’s easily done. I only need to know the paths and confirm this is what you wish to do.

@ChuckPa
Thx for your help, i will provide the paths as soon as i‘m from work.
Best regards

@ChuckPa

This is my installation of Docker PMS:

docker run
-d
–name PlexServerDocker
–network=host
-e TZ=Europe/Vienna
-e PLEX_CLAIM=xxxxxxxxxxxxx
-e PLEX_UID=xxxx
-e PLEX_GID=xxx
-v /volume1/docker/plex:/data
-v /volume1/docker/plex/db:/config
-v /volume1/docker/plex/transcode:/transcode
-v /volume1/medien/video:/video
–device=/dev/dri:/dev/dri
plexinc/pms-docker:plexpass

when up, changes to restart etc can be changed via Synology Docker GUI.

and the permissonsetting for GUID/PGID via script for boot up:

/bin/sh
sudo chmod 777 /dev/dri/card0 /dev/dri/renderD128

Is it possible to use the native App with the library in /volume1/docker/plex/?

I want to keep the docker installation because of HW Transcoding-Tonemapping, but when the time comes and supports tonemapping in hardware be able to switch to the native app without start building my library from zero again.

Thx and best regards
Ekomax

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.