How to update plex on Raspberry?

I can’t find a way to upgrade on arm-based Raspberry

Use docker with arm64v8-latest images

https://hub.docker.com/r/linuxserver/plex/tags?page=1&name=arm

what command do i use?

You don’t use docker for now ?

it is not necessarily obvious if we do not know this system :confused:

But imo, I advise you to use docker, it allows isolation and automatic updates

Some links :
(install docker)

curl -sSL https://get.docker.com | sh
docker run \
  -d \
  --name plex \
  --net host \
  --restart always \
  --volume PATH_TO_PLEX_CONFIG:/config \
  --volume PATH_TO_MEDIA_FILES:/data \
  linuxserver/plex:arm64v8-latest

and automatic updates ?

did the steps and still out of date

did the steps and still out of date

Ok, it’s difficult to explicate …

It doesnt update your old installation, it’s a new installation dockerized

so how do i remove the old one?

How did you install the old plex ? With .deb ?

wget -O - https: //dev2day .de /pms/dev2day-pms .gpg.key | sudo apt-key add -

echo "deb https://dev2day.de/pms/ stretch main" | sudo tee /etc/apt/sources .list.d /pms .list

sudo apt-get update

first desactivate the service

service plexmediaserver stop

Show me the result of docker ps -a

pi@raspberry:~ $ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
1b0758433f45 linuxserver/plex:arm32v7-latest “/init” 36 minutes ago Up 33 minutes plex
214a8d3d3dff hello-world “/hello” 13 days ago Exited (0) 13 days ago upbeat_dewdney
e8539f14dab7 hello-world “/hello” 13 days ago Exited (0) 13 days ago determined_mirzakhani
pi@raspberry:~ $

Plex is running, go to IP:.32400, dockerized plex could be respond

now the disk can not access

disk ??

hd (hd NTFS)

Do you set the correct path PATH_TO_MEDIA_FILES & PATH_TO_PLEX_CONFIG in the command ?

docker run \
  -d \
  --name plex \
  --net host \
  --restart always \
  --volume PATH_TO_PLEX_CONFIG:/config \
  --volume PATH_TO_MEDIA_FILES:/data \
  linuxserver/plex:arm64v8-latest

/mnt/usbj ust put this on? (usb path)

FYI: To update from my dev2day.de package to the official plex.tv package please read the migration guide at the end of the following thread: