Moving The Metadata Folder from the OS Drive Mac

Server Version#:4.34.4
Player Version#:4.34.4

The drive is full and I’d love to move the metadata folder which is 50GB to the drive I have the full databases on. Possible??

The easiest way to do this on macOS is to move the current Plex data folder to the desired location and then create a symbolic link to it in the default location. Stop Plex Media server, then run:

mv "~/Library/Application Support/Plex Media Server" "/new/location/Plex Media Server"
ln -s "/new/location/Plex Media Server" "~/Library/Application Support/Plex Media Server"

Replace “/new/location” with the desired new home for Plex data. Then start Plex Media Server.

I would recommend that the new location not be a network drive. I’d recommend against an external USB drive as well, if it can be avoided. Removable devices aren’t the best choice for your Plex data; it’s easy for them to become disconnected or ejected while Plex is running, which could lead to database corruption.

1 Like

As another data point for people, the file system for the drive you place the Plex data folder on cannot be exFAT. I just played around for 2-3 hours before I tried reformatting into Mac OS Extended.

If you don’t do that, it just won’t work and you’ll get this error when trying to change your settings: Screen Shot 2020-08-13 at 8.05.29 PM

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