Please help with a plex server restore

Hello,

I just had to rebuild my OS drive from scratch. I backed my plex like this -
net stop “plex update service”
taskkill /im “Plex media server.exe”
copy g:\temp\plexbackup*.* “%LOCALAPPDATA%\Plex Media Server\Plug-in Support\Databases*.*” /y

I did the reverse for the restore.
All my stuff is listed - except I don’t have any of the pictures. Is it going to redownload that or did I miss a step. I still have a copy of my old drive if I forgot to copy something.

Thanks

That is expected, because the posters are not stored in the database files. You would have needed to backup the Plex data folder almost in its entirety. (with some exceptions) This script applies these exceptions automatically: PSA: Script to back up and restore Plex app data on a Windows system

If you don’t want to use that script, mount the old hard drive and use e.g. robocopy to copy the whole plex data folder from the old to the new server.
If you also need to preserve all the home page customizations and the server shares to other plex users, you better also copy the registry data: https://support.plex.tv/articles/201539237-backing-up-plex-media-server-data/

If the source drive has been deleted/formatted already, you have no choice but to Refresh Metadata on each of the libraries – and hope that the automatically fetched posters are to your taste.
If you have manually picked different posters before, these choices are now unfortunately lost.

You also want to verify that all your media files are still accessible under the exact same address as before (drive letter, folder name, file name, and server name + share name for network file shares).

1 Like

Thanks!!!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.