Plex failed to update when I upgrade FreeNAS from 11.2-RELEASE to 11.3-RELEASE. After some Web searches, I found the solution given in this post worked. For convenience, I copied the solution to this post in the following,
- Stop the plex jail
- Log on to a FreeNAS shell, and renamed the jail
iocage rename plex plexmediaserver
- From the FreeNAS shell, go into
/mnt/__YOUR_STORAGE__/iocage/jails/plexmediaserver/
and renamplex.json
toplexmediaserver.json
,
mv plex.json plexmediaserver.json
-
Open
config.json
in the same directory and change the plugin name fromplex
toplexmediaserver
- Start the jail again. Everything still worked and both jail and plugin now displayed as
plexmediaserver
- Run the following command to upgrade the jail and the plex plugin
iocage upgrade plexmediaserver -r 11.3-RELEASE
No comments:
Post a Comment