I have old unsupported Qnap NAS and I bought new one to continue as Plex server.
How can I migrate Plex from old to new server so that all the settings and db related stuff works.
I found the quide and tried that with Qnap -> Windows 10 but that did not work.
To migrate from a QNAP to a new QNAP, There are a few things you’ll need to do.
Presuming the old still works, Go into Settings - Server - Library and turn OFF all the automatic functions including Empty Trash after each Library scan.
Now you can safely port it.
To port:
ssh into the old QNAP
cd into your .qpkg/PlexMediaServer directory
create a tar file of the metadata ( tar cf ./Library.tar ./Library )
Copy this to the new QNAP
Shut down the old QNAP - we will remove PMS as the last step later
On the new QNAP,
Install PMS, and let it run for about 1 minute (no need to do anything
Stop PMS
Copy the Library.tar file from the old QNAP to the new one.
If it does not immediately find it (doesn’t always work), sign your browser out of Plex.tv (upper right corner)
a. Open again using an incognito window to sign it back into your plex.tv account.
Now, for each library section, you must do the following:
a. Edit the Library section,
b. ADD the new location without deleting the previous location
c. Scan files for that section
d. Observe the 2 indicator (duplicate counter). This is expected and desired.
e. When complete, EDIT the library section again.
f. Remove the old folder/directory paths
g. Scan again and observe the duplicate counter to return to normal.
h. Advance to the next Library section.
Thank you! with these instructions and original quide (to find out where /.qpkg/PlexMediaServer folder is) I had to stop Plex before I could make tar. file but new server works like a charm.