Hi - I’m new to docker, so wanted to double check if I am doing something incorrectly.
I am currently running the PMS version Version: 1.19.5.3112 and hosting the server on unRAID using the plexinc/pms-docker, I have set VERSION=beta in the docker config and I’m a plexpass customer.
However, after restarting the container multiple times PMS is not getting updated automatically, and I get the server update available message every time I log into my PMS webUI.
I had initially created the container with VERSION=latest and have since then edited to all other values - beta, plexpass and public but none of those seem to update the PMS.
Any help is appreciated - what is the right way to automatically update PMS to the latest available beta or public versions?
I have edited the container and tried both beta and plexpass as the values for the VERSION variable, but PMS does not UPDATE after editing and restarting the container.
I am not sure the VERSION variable is what you want.
You would need to first pull down the correct image (plexpass or beta) and then change the image that your docker container uses to use this new image.
Not sure how helpful this is, but I use Plex Dockers on my Synology NAS, but there is no way (at least that I found) to change the tag in the gui.
But in
/var/packages/Docker/etc I have config files for my dockers, If I edit those I can see the tag in there:
Thanks blim5001. I don’t know where those config files are located on unRaid either. I believe that the unRaid docker config GUI should be changing these as well and creating a new docker run command based on the variables and parameters defined here. VERSION variable defined in the docker create page is what I thought would determine what image it would pull. However it seems that is not the case. See screenshot below of me trying to update the docker after changing the variable.
I am not sure how to change it other than changing it in the UI and updating the container. It is supposed to change the change the command and it does ( see that the VERSION = plexpass under the command in Pic4 in my last post.
Not sure but I believe it was what I created the docker with. As I mentioned in my first post:
I had initially created the container with VERSION=latest and have since then edited to all other values - beta, plexpass and public but none of those seem to update the PMS.
Question is how can I change that - do I have to delete this image and recreate the docker?
Not that I know of, but that would have been great. I will wait for someone with unraid docker experience to chime in. I am a newbie to docker and its config.
Yes. That all comes prefilled if you add the app via unRaid’s community applications (it’s pretty sweet). Not sure what template authoring is but dockerhub url is https://hub.docker.com/r/plexinc/pms-docker/
It feels like it is not allowing you to specify a tag when it pulls the Plex image, so it is defaulting to pulling the default image, which I think is :latest
so yep will probably need to wait for someone more knowledgeable than me
I have shutdown plex and restarted the container. Haven’t removed the image. Is that the only fix to this?
What does removing the image mean? Does all the PMS config and settings, library mapping, dvr settings remain intact if I remove the image?
Also, what all will I have to do again to get it to work? If this involves have to rescan the media into plex then it’s not worth the effort to me right now. I have a pretty sizable media collection.