Upgrade From 11.2-U8 to 11.3

ctjg

Cadet
Joined
May 28, 2020
Messages
4
Hi everyone,
I'm trying to upgrade to 11.3 from 11.2-U8. In System>Update the only trains available are FreeNAS-11.2 STABLE and TrueNAS-11.2-Nightlies. I do not see 11.3? Any way to update the train list to see 11.3?
 

Alecmascot

Guru
Joined
Mar 18, 2014
Messages
1,175
Try this :
Code:
midclt call update.set_train FreeNAS-11.3-STABLE
 

ctjg

Cadet
Joined
May 28, 2020
Messages
4
I tried running the command in the shell. Received an error.

# midclt call update.set_train FreeNAS-11.3-STABLE
[ENOMETHOD] Method "set_train" not found in "update"
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1066, in _method_lookup
methodobj = getattr(serviceobj, method_name)
AttributeError: 'UpdateService' object has no attribute 'set_train'
 

Alecmascot

Guru
Joined
Mar 18, 2014
Messages
1,175
Does this resolve to an ip address:
Code:
host update-master.ixsystems.com

If it does then try the legacy GUI to update.
 

ctjg

Cadet
Joined
May 28, 2020
Messages
4
The command did resolve to an IP address. I went into the legacy GUI shell and I receive the same error as before.
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399

ctjg

Cadet
Joined
May 28, 2020
Messages
4
I just did the manual update. Worked fine. Thanks for all of the help guys.
 
Top