How do I move the Plex Data folder to SSD Drive?

PMS (Software) is always on CACHEDEV1_DATA when installed manually.
We only need move your library to link in.

you therefore want to link CACHEDEV1_DATA (Library) -> CACHEDEV5_DATA (Library)

cd /share/CACHEDEV1_DATA/PlexMediaServer

# Remove this Library on CACHEDEV1_DATA (it is unused)
rm -rf ./Library

# Create Symbolic link out to metadata Library which is active  (notice dot at end)
ln -s /share/CACHEDEV5_DATA/PlexMediaServer/Library  .

# verify correct placement and name
ls -la | grep Library

# observe symbolic link   Library/ -> /share/CACHEDEV5_DATA/PledMediaServer/Library

Now your metadata points to CACHEDEV5_DATA

Thanks Chuck but I am having no success. I am getting cannot find file or directory and getting very frustrated.

-sh: cd: /share/CACHEDEV1_DATA/PlexMediaServer: No such file or directory

i am in winscp but it is just not working (for me)
Can you give me the exact symlink and it’s name and exactly where it is to go !

I think it is the middle of the night where u r but i will continue trying things here

You need to access via SSH

See the QNAP FAQ for details (Putty)

As Dane22 points out… You must have full and proper shell access to the machine.
This isn’t a task one can handle lightly.

Your alternative is, after the new beta system is released (or you can run beta now)… is to use the QNAP GUI to Migrate from CACHEDEV1 to CACHEDEV5

Where is the new Beta? I have beta ticked!!

Well I have no idea what i did differently but a new day brought new results.

Now up and working !!

Thanks Chuck

@spikemixture

The ā€œbetaā€ is in forum preview at this point. Just as we think everything is set, one of the NAS’s gets an update which needs correcting. It is apparently ā€œUpdate Timeā€ for the vendors.

This thread:

I spoke too soon - 2x library is pointing wrongly .

/share/CACHEDEV5_DATA/PlexMediaServer/Library/Library/Plex Media Server

Not gunna worry about it anymore - Will use cache for PMS.

When I can migrate might try again.

And I was asking about the qnap beta gui that lets me migrate?

Yes, I understand the QNAP GUI.

The gui mechanisms are already in place in App Center.

The configuration changes which allow PMS to be migrated by the gui are in those packages which are available in the Forum beta thread. ( Dane22 and I authored those changes )

The current plex.tv/downloads packages don’t include those changes… They will be available in the new packaging. Sorry for that but we had to switch development over at some point. Developing in two build systems is super error prone.

1 Like

Thanks Chuck

I think I get it.

Qnap allows the migrate ( I have tried a few with no luck e.g. Emby i loaded on an SSD and it didn’t work so ā€œmigratedā€ back to CACHEDEV1 and still would not open - reinstalled using defaults and ok na! )

But Plex don’t allow migration - yet

Correct.

There are flags and variables I needed to redefine in the configuration file used by QDK (The QNAP Development Kit) which creates the .qpkg file.

If you were to download one of the alpha test files and install it on an ARMv8 machine, you would have migration. I enabled it there to verify there were no issues. Those changes were carried forward into the new forum beta.

If you install PMS 1.14.0.391 from the new beta, you see this in App Center.

Screenshot%20from%202018-11-22%2022-40-18

That will be cool.
Will give it a go when I see the option. Will look after each please update…

Hi,

i have installed Version 1.14.0.5470 on Qnap TVS-873 and have no Migrate to Option.

When the new packaging, with updated QDK, is released, you will have that option.

Your only choice at this moment is to symlink it. Should you do so, be very careful later when you do migrate. QDK does not take symlinks into consideration.

Ok. Thank you for your advise :slight_smile:

Good info about the symlink QDK issue.

Any ETA for the new packaging ( and for me the migrating option!) ?

All the packaging work I’ve done is ready.
We’re waiting for a problem with the Annapurna ARMv8 binaries to resolve (it does memory alignment differently than the RealTek ARMv8). We did figure it out and now are testing against ALL the NAS boxes.

Days weeks or months?

Plex never ever gives an ETA

WinSCP has a putty option!

Hi Chuck,

Can you give me the exact symlink and it’s name and exactly where it is to go !