How to Update PlexMediaServer on TrueNAS Core 13.0-U2 - Assistance please?

dcs730

Dabbler
Joined
Jun 26, 2021
Messages
22
So I've bitten the bullet and performed a TrueNAS Core 12.0.U8 and now running TrueNAS Core Ver 13.0-U2.

No issues with the upgrade.
SAMBA Shares and Permissions appear ok.
PlexMediaServer also working ok.
Other service not yet tested, but all appears working.

I'd like to proceed with also updating PlexMediaServer to the latest release.

I am currently running Ver 1.24.0.4930
Release 12.2-RELEASE-P10

The official Plugin appear to be @ 1.28.2.6151

How do upgrade from ver 1.24.0.49430 to the latest official support version on Core Ver 13.0-U2.

I've tried the Update option but appears to fail.

When I login to the plexmediaserver console from the LAN on a pc - Plex Media Server prompts with the following message.

"Update Available for Plex Media Server" You are currently running version 1.28.2.6106 on the server "DCSPlex". Version 1.29.0.6244 is now available. This update will need to be installed manually after download.

So I download the latest file... "PlexMediaServer-1.29.0.6244-819d3678c-FreeBSD-amd64.tar.bz2" approx 98,184 kb

Now I need instructions on how to manually copied it to the TrueNAS Jail to update the PlexMediaServer install to version : 1.29.0.6244.

Happy to perform a manual update if steps can be provided?
 

Attachments

  • TrueNAS ver 13.0-U2 PlexMediaServer Update Query 6-10-2022.JPG
    TrueNAS ver 13.0-U2 PlexMediaServer Update Query 6-10-2022.JPG
    71.7 KB · Views: 293
  • TrueNAS ver 13.0-U2 PlexMediaServer Update Query Screen shot2 (6-10-2022).JPG
    TrueNAS ver 13.0-U2 PlexMediaServer Update Query Screen shot2 (6-10-2022).JPG
    31.2 KB · Views: 311
Last edited:

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504

Baenwort

Explorer
Joined
Feb 19, 2015
Messages
93
You need to look up the
Code:
iocage upgrade
command and update the jail version to 13 also. Once you do that you may have more success with the update.

Once you are on the same FreeBSD version in the jail as your TrueNAS version you can try the plug in update again or enter the jail shell and run pkg update after performing a service stop on the plexmediaserver.
 

Andrew Ostrom

Explorer
Joined
Jul 28, 2017
Messages
57
Don't know if you've already solved your update problem, but many of use a shell script "pms_updater.sh" to do this easily and painlessly. You can find it here: https://github.com/mstinaff/PMS_Updater, and there are various discussions in the TrueNAS and PLEX forums about it. You can ignore 90% of that chatter - all you need to do is copy over the script and make sure you have Python (and maybe something else, I can't remember) installed inside the jail. I'm not a Unix/Linux person (my experience is with other operating systems) and I found it easy to set up and run. Some people set up a chron job to run it periodically, I just do it manually.
 

TAC

Contributor
Joined
Feb 16, 2014
Messages
152
So I've bitten the bullet and performed a TrueNAS Core 12.0.U8 and now running TrueNAS Core Ver 13.0-U2.

No issues with the upgrade.
SAMBA Shares and Permissions appear ok.
PlexMediaServer also working ok.
Other service not yet tested, but all appears working.

I'd like to proceed with also updating PlexMediaServer to the latest release.

I am currently running Ver 1.24.0.4930
Release 12.2-RELEASE-P10

The official Plugin appear to be @ 1.28.2.6151

How do upgrade from ver 1.24.0.49430 to the latest official support version on Core Ver 13.0-U2.

I've tried the Update option but appears to fail.

When I login to the plexmediaserver console from the LAN on a pc - Plex Media Server prompts with the following message.

"Update Available for Plex Media Server" You are currently running version 1.28.2.6106 on the server "DCSPlex". Version 1.29.0.6244 is now available. This update will need to be installed manually after download.

So I download the latest file... "PlexMediaServer-1.29.0.6244-819d3678c-FreeBSD-amd64.tar.bz2" approx 98,184 kb

Now I need instructions on how to manually copied it to the TrueNAS Jail to update the PlexMediaServer install to version : 1.29.0.6244.

Happy to perform a manual update if steps can be provided?
@cs730 When you updated TrueNAS from 12 --> 13 where all you applications in jails, and the all work just fine after the update?

I'm about to jump from 12 to 13 and I am running Plex, Sonarr, Radarr, Sabnzb all in jails and I'm hoping it's a no-brain update but I've heard rumors of issues.
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
If you installed plugins, you are 100% dependent on the plugin maintainers for updates. If you run standard jails, updates are easy and mostly reliable. You can check for the latest version of any FreeBSD package at Freshports.
 

TAC

Contributor
Joined
Feb 16, 2014
Messages
152
Yes, I'm getting the idea you should stay away from all plugins.
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
Plugins are essentially a json file listing a bunch of packages and a script or two for initial deployment. When they were designed seemingly nobody thought of ongoing maintenance, specifically for complex things like Nextcloud mandating database schema updates with every upgrade etc.

It's not that they are necessarily broken. They just fall short of user expectations and so did not gain much traction, because the very people (like me) who would be able to improve them have been rolling their own jails all these years, anyway.
 
Top