Link to old meta library

Server Version#: Not yet installed
Player Version#: Not yet installed

I had to refresh my machine due to a bit coin mining virus. In anticipation of such things when the machine was built I had the OS on one drive, the meta on another drive and content and backups on other drives.

I have since been required to reinstall Plex since I nuked my drive by doing a fresh Ubuntu Server 18 LTS install. Now that this is done I want to get back up and running with plex.

I was thinking of using docker, is it possible to map the compose file to the already existing meta library, reason being is, it’s there already and I want it to remain on a separate disk.

In the docker volume definitions, the /config container path points to the host path for the metadata directory:

-v <path>:/config The path where you wish Plex Media Server to store its configuration data.

See: https://hub.docker.com/r/plexinc/pms-docker

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