Hello, i’d like to move the plex database and it’s stored metadata to a different drive?
How would one go about this!
I will run out of room soon on the drive i’m on for the database.
it is stored in “C:\users\name\appdata\local\plex media server”
if i move it to “D:\users\name\appdata\local\plex media server”
I believe plex is not smart enough to notice the move. is there any values i need to change in the registry to make this happen?
If the underlying issue is that you’re running out of space on a small boot drive, for instance, then the easiest solution is often simply to relocate the Plex Media Server data directory.
Tip! : When relocating the data directory, you should make sure you do so to an internal drive on your computer (hard drive or SSD). Moving to a network location can result in poor, unexpected, or even completely broken behavior.
Windows
For Windows installations, you can make use of the The Path where Local Application Data is Stored general server setting. Refer to information about that setting for details.
You can set the location where your Plex Media Server data directory is located. This is the path to the directory containing the Plex Media Server folder.
Note : Altering this setting will not move the data for you. You will need to ensure the data is in the desired location yourself.
Warning! : You should not specify a location that resides on a network share/disk.
Hi, i don’t think this info is valid anymore, i don’t have the option in Version 1.19.3.2843,
I have been moving the db for years to another bigger SSD,
can’t change settings in Version 1.19.3.2764 also.
I reinstalled Windows a month ago and had to reinstall over the weekend,
That option was there last time i installed.
I had to remove the folder “Plex Media Server” create a symlink to it in CMD open as Administrator
. mklink /J “C:\Users\USER\AppData\Local\Plex Media Server” "K:\AppData\Plex Media Server"
That’s correct. The option in the settings of Plex is gone for security reasons.
You can still adjust the setting in the Registry of your Windows machine (same setting, same process… just a less convenient way of editing it).
The Data file for Plex is indeed taking too much space on C: and relocating this is a feature that Plex should have implemented from the start.
You should not move the Plex Data to an external drive or to a network, but if you have more space on let’s say D: then I strongly suggest you take a look at https://www.sevenforums.com/tutorials/278262-mklink-create-use-links-windows.html
It works for Spotify too, who already took about 10G on my C drive, where Plex consumed about 24G.