Dear Plex-Team,
dear Plex-Users,
I run Plex Media Server in Version 0.9.16.6 on an RaspberryPi with Raspbian (Raspbian GNU/Linux 8
\l).
PMS tells mit to manually update and offers a link to a download, which I have downloaded (to my client).
How to get this downloaded file onto the RPi? In which directory?
How to perform a manual update?
Will my settings be lost?
Hi, if you installed plex from “deb https://dev2day.de/pms/ jessie main” (the way that most tutorials sugest) just running “sudo apt update && sudo apt upgrade” will update your plex server, there is no need to manually dowload the new versión, the installer take care of that.
@dco87 I never released 0.9.16.6 as a binary package, so I suppose you installed this update manually 2 years ago and followed some random Internet tutorial. Your best chance right now is to migrate your system to my package. If your meta data is already stored in /var/lib/plexmediaserver just remove the old binaries and install my plexmediaserver-installer (take a Look at my signature). If you require more help you have to give us the link to the tutorial you used to install plex in the first place.
I indeed set it up in May 2016 according to a post of biglesp in Raspberry Pi Projects (www.element14.com). Unfortunately the post itself has been removed. Luckily I converted the entry to a pdf, of which I post an excerpt:
Setup our software
Our next goal is to install the software necessary for our Pi.
First we update our list of available software and then upgrade the software. We will use an operator to join two commands together. The first command updates the list of software and if that completes successfully, then the last part of the sequence, a software upgrade is started and any suggested files are auto installed.
In the terminal type.
view plain
sudo apt-get update && sudo apt-get upgrade -y
Now we are going to upgrade the distribution, Raspbian, software. To ensure that our operating system is fully up to date. In the terminal type.
view plain
sudo apt-get update && sudo apt-get dist-upgrade
Once completed and the terminal is returned to you enter the next command to install the HTTPS transport package to enable access to HTTPS content over the Internet.
view plain
Next we shall download a key that will authenticate our downloads to ensure they are safe + expand source view plain
wget -O - https://dev2day.de/pms/dev2day-pms.gpg.key | sudo apt-key add -
With the key downloaded we now add a new repository to our list, this repository is provided by dev2day.de who has worked on the packages that will power our Plex install.
In the terminal type
expand source view plain
echo "deb https://dev2day.de/pms/ jessie main" | sudo tee /etc/apt/sources.list.d/pms.list
We now update our list again, to ensure that we now have the latest updates for the Plex Media Server. + expand source view plain
sudo apt-get update
Lastly we install the Plex Media Server software. + expand source view plain
sudo apt-get install plexmediaserver-installer
Reading package lists… Done
Building dependency tree
Reading state information… Done
plexmediaserver-installer is already the newest version.
plexmediaserver-installer set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
sudo apt-get dist-upgrade
Reading package lists… Done
Building dependency tree
Reading state information… Done
Calculating upgrade… Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
@dco78 You obviously disabled my repo using apt pinning [1]. Please read the guide and remove the appropriate entry in the apt preferences. Then apt-get update and apt-get upgrade
The Update obviously worked but at first no connection to pms from Web or Plex-client. After stop and start no change. Reboot, another stop and start: here we go!
Thanks a lot for your help. How may I return the favor?
Please make sure you are really using Debian jessie or stretch. Update at least to jessie [1] if you are still running wheezy. wheezy has not been supported for years. Also perform a reboot after such a huge upgrade.