Plex update

How is it possible to update plexmediaserver to last release?

You do that from inside plex media server…login to the webpage…and it will tell you if it needs update or not

Yes need update. And how Is It possibile to update?

http://IP.OF.PLEX.SERVER:32400/web/index.html

login
click the settings button (the little cross tools)
click server
click update
click install update

sorry but in raspbery the update is not auto but manual.

Ah…
Mine is running on an old desktop Acer with a 4TB drive in it and is windows based…appologies

does apt-get update not work?

Just came across this

DEB-based distros (Ubuntu, etc.)
To enable the Plex Media Server repository on Ubuntu only a few terminal commands are required. From a terminal window run the following two commands:

echo deb https://downloads.plex.tv/repo/deb ./public main | sudo tee /etc/apt/sources.list.d/plexmediaserver.list
curl https://downloads.plex.tv/plex-keys/PlexSign.key | sudo apt-key add -

>
> After that, it's just a matter of running the normal sudo apt-get update and the Plex Media Server repo will be enabled on the OS.

Hi, to update:
Connect via ssh to your dietpi.
Update cache of packages:

apt-get update

Re install plex-updater to update it:

apt-get install plexmediaserver-installer

This way your PMS is updated, without loosing anything.