I have been trying to update Plex my system is currently on version: 0.9.12.18
at the moment the latest version is version: 1.5.3.3580
I uninstalled it in rockons rebooted and reinstalled after hitting the update button an it’s still
on the same old version, I’m I doing something wrong ? How do you update plex server ?
please advise
thanks…
BTW I love Rockstor and it’s been working great for me…
Thanks for the response, I reinstalled it again and also put the latest and it did not update.
still on the old version.
Might be the permissions not letting it up date ? I did make a Plex user in the admin group also there is no password or login set on this account and it has it’s own PID number also.
Hello,
For me the autoupdate work (most of the time).
First make sure the plex service is signed in with your plex account.
Stop the rockon from the rockstor interface.
Restart it and wait a bit for the service to become available.
docker rmi -f linuxserver/plex
I like an idiot issued this command and now I can’t log into my rockstor not getting a connection.
I was able to get in via ssh and log in as root.
How can I get my system back ??? Re-install ? I have 6 TB of stuff on there I don’t want to loose
please help…
I have no GUI can login only to ssh
What you can try is the following from ssh:
docker pull linuxserver/plex
This will redownload the plex image. After that run this:
docker ps
It will show running containers. like this for my box:# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
30c3dc18b951 linuxserver/sabnzbd “/init” 21 hours ago Up 21 hours 0.0.0.0:9090->9090/tcp, 0.0.0.0:8085->8080/tcp sabnzb
59d10124acb4 4737cca51096 “/init” 3 days ago Up 22 hours plex-linuxserver.io
9247cb8df092 6cee52827bdd “/init” 3 days ago Up 28 minutes 0.0.0.0:11000->8181/tcp, 0.0.0.0:11000->8181/udp plexpy-linuxserver.io
46d6ccdf81cb a165d6f35451 “/init” 3 days ago Up 21 minutes 0.0.0.0:8989->8989/tcp Sonarr
fb17c062d08a 353dc75755bb “/init” 3 days ago Up 15 minutes 0.0.0.0:7878->7878/tcp radarr
No I just turned it off and login to ssh and issued the command… I rebooted and got no GUI not able to make a connection via web browser, Only SSH and I able to connect via samba to my files also.
Just no GUI. I can’t login to my rockstor system via web browser…
Well try the commands i had listed above.
After that if you still do not have GUI just issue a reboot command from SSH.
The image should start up fine after the image is pulled again.
I issued all the commands you listed this is what I get:
I also rebooted the system after pulling plex …
[root@RockstorC24 ~]# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
15266288cd30 timhaak/plex “/start.sh” 17 months ago Up About a minute plex
[root@RockstorC24 ~]# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
15266288cd30 timhaak/plex “/start.sh” 17 months ago Up 3 minutes plex
[root@RockstorC24 ~]# docket stop plex-linuxserver.io
-bash: docket: command not found
[root@RockstorC24 ~]# docker stop plex-linuxserver.io
Error response from daemon: no such id: plex-linuxserver.io
Error: failed to stop containers: [plex-linuxserver.io]
[root@RockstorC24 ~]#
This is what I get
but the strange thing is that plex server is running I see it when I connect to it via my tv.
In your case, your Plex container has the name plex so I would replace plex-linuxserver.io with plex: docker stop plex
It also looks like you’re using a different docker image for Plex than the one by linuxserver.io, so the update process detailed by others may not apply.
That is so strange… you have the wrong image.
Your image is “timhaak/plex” the correct image is "linuxserver/plex"
Did you do any manual installation of that image?
The rockon config file have the correct infomration:
“Plex”: {
“containers”: {
“plex-linuxserver.io”: {
“image”: “linuxserver/plex”,