Upgrading jails (EOL 13.1 -> 13.2)

xylofrut

Cadet
Joined
Sep 20, 2023
Messages
5
Hello there, this is my first post.
I'm trying to upgrade my jails from 13.1 to 13.2 but fail with one of them.
I know 13.1 reached EOL about 2 months ago.

TrueNAS-13.0-U5.3
Code:
+------+----------+------+-------+----------+------------------+-------------------------+-----+----------+----------+
| JID  |   NAME   | BOOT | STATE |   TYPE   |     RELEASE      |           IP4           | IP6 | TEMPLATE | BASEJAIL |
+======+==========+======+=======+==========+==================+=========================+=====+==========+==========+
| 9    | ftp      | off  | up    | jail     | 12.3-RELEASE-p12 | 192.168.10.215/24       | -   | -        | no       |
+------+----------+------+-------+----------+------------------+-------------------------+-----+----------+----------+
| None | nc       | off  | down  | pluginv2 | 13.1-RELEASE-p9  | vnet0|172.20.1.22/24    | -   | -        | yes      |
+------+----------+------+-------+----------+------------------+-------------------------+-----+----------+----------+
| None | urbackup | off  | down  | jail     | 13.1-RELEASE-p9  | vnet0|192.168.10.133/24 | -   | -        | no       |
+------+----------+------+-------+----------+------------------+-------------------------+-----+----------+----------+
| None | www      | off  | down  | jail     | 13.2-RELEASE-p3  | 172.20.1.21/24          | -   | -        | no       |
+------+----------+------+-------+----------+------------------+-------------------------+-----+----------+----------+


So far i gave
iocage fetch
and choose 13.2-RELEASE
then
iocage upgrade -r 13.2-RELEASE "jail"

After merging a few conflicting files i was able to upgrade to latest release 2/4 jails.
but nc jail (nextcloud) reports that "upgraded succesfully" yet remains at 13.1.
is there anything i can do to upgrade this plugin/jail?
thanks in advance.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
is there anything i can do to upgrade this plugin/jail?
It's a plugin, so you can't upgrade it yourself, you need the maintainer of the plugin (if there is one) to upgrade it, then the upgrade will complete to the level set by the maintainer.
 

Davvo

MVP
Joined
Jul 12, 2022
Messages
3,222
Besides, here is a link to a thread that explains the process of JAIL upgrade.
 

xylofrut

Cadet
Joined
Sep 20, 2023
Messages
5
Thank you very much for your replies.
I will wait for the maintainer to somehow upgrade this plugin.
Please consider this thread as "solved"
 
Top