NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
CABird_UK
Jul 18, 2021Tutor
NAS Plex server
Ready NAS 214 running Plex server. Windows 10.
Recently my NAS firmware update failed. The result a factory reset proved to be the only solution.
My quesion is there a tutorial blog and or video illustrating how to backup and restore the Plex database so the user doesn't have to laboriously add the graphic for each media file one by one?
Thank you.
30 Replies
Replies have been turned off for this discussion
- StephenBGuru - Experienced User
CABird_UK wrote:
My quesion is there a tutorial blog and or video illustrating how to backup and restore the Plex database so the user doesn't have to laboriously add the graphic for each media file one by one?
I assume this is for future reference? I don't know of a tutorial that is targeted for ReadyNAS.
You can use ssh and make a zip of the database folder. That is outlined here: https://community.netgear.com/t5/ReadyNAS-Storage-Apps-Current/Unable-to-access-PLEX-media-files-Permission-issue/m-p/1993588
You'd unzip the file when restoring.
Hello StephenB
Yes for furture insurance.
The link provides a number of confusing options. Working through these may lead to errors that I really do not wish to make. I just do not want to repeat what has happened,
I was rather hopeing for a illustrative definitive blog post and or video tutorial.
Thank you for taking the time to respond I really appreciate you doing so.
Have a fabulous weekend.
- StephenBGuru - Experienced User
CABird_UK wrote:Yes for future insurance.
The link provides a number of confusing options.
You'd start by enabling ssh on the system->settings->services page.
Then enter "ssh root@nas-ip-address" in your windows search bar (using the real NAS IP address).
Use root for the user name, and the NAS admin password.
That will give you the command line interface to the NAS (similar to the CMD interface in windows).
cd /data/.apps zip -r plexmediaserver.zip plexmediaserver chmod 666 plexmediaserver.zip
This leaves plexmediaserver.zip in the /data/.apps folder. You can copy it from there either with ssh, or from a PC (accessing the full data volume with NAS admin credentials).
You'd use unzip to restore. While I haven't tested it, I think you'd just replace the zip command above with unzip plexmediaserver.zip -d plexmediaserver
Related Content
- Dec 07, 2015Retired_Member
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!