If I may augment here,
DSM (Operating System) permissions are independent of PMS (the program).
They do not migrate from system to system.
Also, when moving from Diskstation to Diskstation, there is both an easy way and a hard way.
The easiest way:
- With PMS stopped
- Rename the Library which exists on the new to Library.old (skip this step if none)
- Copy in the contents of the Plex share from the other system
- Remove and reinstall the PMS package.
- Do not let it autostart after installation.
- When the drives quiesce again, now you can start it.
This works because:
-
The installer checks the ownership of the files in Library.
-
If you are copying from a different system, the owner ID (UID) is almost always different.
-
The installer sees this difference and silently corrects it during installation. Rather than having the installer hang while installing (I can’t send a popup message), I dispatch the permissions change to the background (runs just as fast) so the DSM installer can exit.
-
When the permissions are in sync with the new system, PMS can be started without error.