diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-05-01 21:45:52 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-05-01 21:45:52 -0500 |
commit | dc1261d703ae1e1a14841b030888e3f87ff7c38f (patch) | |
tree | 71139c9021b09704b2d45be3b64d54e2acbae55f /content/blog/2022-03-08-plex-migration.md | |
parent | ba6b552c8256cc2e071c910ef7821c82443f1f82 (diff) | |
download | cleberg.net-dc1261d703ae1e1a14841b030888e3f87ff7c38f.tar.gz cleberg.net-dc1261d703ae1e1a14841b030888e3f87ff7c38f.tar.bz2 cleberg.net-dc1261d703ae1e1a14841b030888e3f87ff7c38f.zip |
prettier formatting and rewrap lines
Diffstat (limited to 'content/blog/2022-03-08-plex-migration.md')
-rw-r--r-- | content/blog/2022-03-08-plex-migration.md | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/content/blog/2022-03-08-plex-migration.md b/content/blog/2022-03-08-plex-migration.md index 7c4ec57..297ed2d 100644 --- a/content/blog/2022-03-08-plex-migration.md +++ b/content/blog/2022-03-08-plex-migration.md @@ -52,9 +52,9 @@ with the device - it's a good idea to take a photo of this screen, so you can enter these commands on the next screen (along with adding support for Nvidia). Finally, type `Ctrl + C` to enter the command line. From this command line, -enter the commands found on the `e` screen. *Remember to add `nomodeset` to the +enter the commands found on the `e` screen. _Remember to add `nomodeset` to the `linux ...` line so that your Nvidia device will display the installation -screens properly!* +screens properly!_ Here's an example of the commands I pulled from the `e` screen and entered on the command line. @@ -101,7 +101,7 @@ source/destination. ## Step 01: [Client] Update Settings -Open up a Plex app and *disable* the `Account` > `Library` > `Empty trash +Open up a Plex app and _disable_ the `Account` > `Library` > `Empty trash automatically after every scan` preference for the source server. ## Step 02: [Destination] Install Plex @@ -133,8 +133,8 @@ Server data directory located?](https://support.plex.tv/articles/202915258-where-is-the-plex-media-server-data-directory-located/). There are many ways to copy the data to the new server and will largely depend -on the size of the folder being copied. Personally, my data folder was ~23GB -and I opted to simply use the `scp` command to copy the files over SSH. +on the size of the folder being copied. Personally, my data folder was ~23GB and +I opted to simply use the `scp` command to copy the files over SSH. This process was throttled by the old server's slow HDD and ports and took approximately 90 minutes to complete. In comparison, moving the data from the @@ -179,12 +179,12 @@ drives from the source server to the destination server. Next, perform the following actions in the client: 1. On the left sidebar, click `More` > Three-Dot Menu > `Scan Library Files` -2. *Enable* the `Account` > `Library` > `Empty trash automatically after every - scan` preference for the source server. -3. On the left sidebar, click `More` > Three-Dot Menu > `Manage Server` > - `Empty Trash` -4. On the left sidebar, click `More` > Three-Dot Menu > `Manage Server` > - `Clean Bundles` +2. _Enable_ the `Account` > `Library` > `Empty trash automatically after every +scan` preference for the source server. +3. On the left sidebar, click `More` > Three-Dot Menu > `Manage Server` > `Empty + Trash` +4. On the left sidebar, click `More` > Three-Dot Menu > `Manage Server` > `Clean + Bundles` 5. On the left sidebar, click `More` > Three-Dot Menu > `Manage Server` > `Optimize Database` |