Server Version#: plexmediaserver-1.19.3.2831-181d9145d.x86_64
Player Version#: ALL (PC, TV, etc.)
Every time CentOS updates the plexmediaserver, the configuration COMPLETELY disappears and I have to reprogram every the settings. This is annoying in itself, but my Plex clients on 3 different TVs keep the old server info (named identically) in their settings and I can’t delete it.
Question 1: Where in Linux are the server config saved, so I can back it up and restore in case the setting is lost
Question 2: Where on the Clients can I remove a server that is no longer available AND WILL NEVER BE.
Is the server native on the host, in a VM, or in a container?
Would you mind stopping the plex service (systemctl stop plexmediaserver) then manually creating a tar.gz or ZIP of /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Logs
To answer your questionss:
/var/lib/plexmediaserver is Plex’s home directory and where all operational data is stored on Linux unless you opt to move it elsewhere. To make a backup
a. Stop Plex (so everything is closed)
b. sudo sh
c. cd /var/lib/plexmediaserver
d. tar cf /path/some/place/safe/PlexBackup.tar ./Library
To manage the devices & servers Plex knows of either open Plex/web locally or https://app.plex.tv and navigate to Settings - (upper left) Authorized Devices.
There you will see the dropdown for ALL, Servers, etc. You can REMOVE anything which is permanently gone.
On the question of missing servers, I want to emphasize that the issues are with smart TV clients and not the server (or a server in general). I could create a separate topic, but the issue is related to the fact that the server keeps being re-initialized and leaves an buggy connection on the client
Can’t find any info on how to delete a server reference from a client app on a bunch of smart TVs
One more thing. I know I don’t need the Logs directory and probably a few other ones, in case I lose the settings. Is there a minimal set of files/dirs that would restore to a previous state? Like wondering about Cache and Media and Metadata. The Media Libraries seem to survive quite nicely.