Target RELEASE is required to upgrade.

doverosx

Dabbler
Joined
Jan 4, 2013
Messages
33
Hello, I'm attempting to upgrade my jails to catch up to my host (11.2-U8) before making the jump to 11.3, however I am still have trouble with the varying versions of documentation out there.

Here is a quick snippet just to show what I'm dealing with but just know that like the documentation says, I have stopped the jail.

Code:
root@freenas:~ # iocage list -h
2       UniFi Controller        up      11.2-RELEASE    192.168.1.11
1       Wordpress       up      9.3-RELEASE     192.168.1.5
5       plexmediaserver_1       up      11.0-RELEASE    192.168.1.4
3       transmission_1  up      9.3-RELEASE     192.168.1.2
root@freenas:~ # iocage upgrade plexmediaserver_1
Target RELEASE is required to upgrade.


Thank you for your help!
Brodey
 

Redcoat

MVP
Joined
Feb 18, 2014
Messages
2,925
Try iocage upgrade plexmediaserver_1 -r 11.2-RELEASE
 

doverosx

Dabbler
Joined
Jan 4, 2013
Messages
33
Trying it now. If that's the issue and I had my suspicions...I'll get -r <target version> appended to the documentation.
 

doverosx

Dabbler
Joined
Jan 4, 2013
Messages
33
Working beautifully. Thank you very much. Now, to get it added to the documentation.
 
Top