Target/New System:
- Media mount points exactly the same prior to PMS install
- Install same binary package as current.
- Run once.
- Stop.
- Delete “Library” directory in /var/lib/plexmediaserver
Source / existing system
- Stop PMS
- cd /var/lib/plexmediaserver
- sudo tar cf /home/PlexLibrary.tar ./Library (assuming /home is viable to use)
- transport that tar to the target’s /var/lib/plexmediaserver
Target/ new system
- cd /var/lib/plexmediaserver
- sudo tar xf PlexLibrary.tar
- sudo chown -R plex:plex ./Library
== Swoopy way ==
sudo sh
mount new-host:/var/lib/plexmediaserver /mnt
cd /var/lib/plexmediaserver
tar cf - ./Library | (cd /mnt ; tar xf - )
Now sign into target/new and complete the chown -R step in that UID/GID space.
The old host is now fully mirrored. Delete its Preferences.xml prior to using again.