Hello
I’m running Plex for years on Ubuntu (Kubuntu actually), usually the latest version of Ubuntu and Plex. I bougth myself a new hard drive and made a new fresh Kubuntu install. I have the old drive plugged in so I can copy my old stuff.
I’m following this: https://support.plex.tv/articles/201370363-move-an-install-to-another-system/
install Plex
copy the main Plexmedieserver (in /var/lib) folder (tried without or without Preference.xml)
run Plex
I tried all I could, read some threads, but it won’t work: Plex doesn’t see my old libraries/metadata. I’m not too keen to retag hundreds of files…
Any suggestion please?
Thanks for your help!
cheers,
tom80H
June 11, 2019, 8:42pm
2
What exactly isn’t working?
Does Plex start?
Does it show your libraries?
Do the libraries have the expected content?
As you’re on a Linux system… have you considered to set permissions/folder ownership?
If I may add?
If you are moving from one to another, this, along with other tips in the Linux-Tips tag, will probably be of most help
Backing up your PMS data involves the same steps you’ll need if you were to clone your PMS and take to a new computer, reinstall the operating system, or just want a backup for safe keeping.
Stop PMS
Invoke the root shell
Create the backup image
[chuck@lizum ~.74]$ sudo sh
sh-4.4# cd /var/lib/plexmediaserver
sh-4.4# tar cfz /nas/tmp/PlexBackup.tar.gz ./Library
sh-4.4# ls -la /nas/tmp/PlexBackup.tar.gz
-rw-r--r--. 1 root root 864050144 Oct 29 15:29 /nas/tmp/PlexBackup.tar.gz
sh-4.4#
Copy …
Hi Tom, Plex does start but it doesn’t show me the libraries I had on my old system.
I checked the permissions, all folders in the Plexmediaserver are plex:plex, as expected.
thanks!
thanks Chuck. I’ll give it a try. and come back. Appreciate the help.
system
Closed
September 10, 2019, 5:48pm
6
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.