A soon as the new ‘Forum Preview’ releases migrate to Plex Pass beta and then Public,
you will have full “Migrate to” support.
I added it back with the ARMv8 Alpha test.
If you can wait for that, It’s better.
If not:
- Make a share on the SSD volume e.g. /share/CACHEDEV4_DATA/PlexData
- SSH into the QNAP
- Stop Plex in App Center
- cd /share/CACHEDEV1_DATA/.qpkg/PlexMediaServer
- tar cf - ./Library | (cd /share/CACHEDEV4_DATA/PlexData ; tar xf - )
- mv Library Library.orig
- ln -s /share/CACHEDEV4_DATA/PlexData/Library .
- Start PMS
This sequence copies all your metadata to the SSD share.
If you SSD Volume name is different, please edit the names above appropriately.