FreeNAS 11.3 shows available update to 11.2-U8

gk21

Dabbler
Joined
Aug 4, 2018
Messages
10
I had lots of permission issues with my FreeNAS 11.2-U7. I have performed a fresh install of 11.3 release. I did however upload the config from 11.2-U7 after successfully installing the new release.
Now, however, I get an 'upgrade available' notification to upgrade from 11.3 to 11.2-U8. See attached
Is there any way to fix that?

Thanks,

Gary
 

Attachments

  • Upgrade.jpg
    Upgrade.jpg
    199.4 KB · Views: 342

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
Try midclt call update.set_train FreeNAS-11.3-STABLE
 

khr

Cadet
Joined
Feb 27, 2020
Messages
1
Had the same issue after an upgrade to 11.3_U1 via USB - performed the command above - issue solved - thanks Patrick!
 

gk21

Dabbler
Joined
Aug 4, 2018
Messages
10
Interesting, I just logged into my FreeNAS to run the above command, and my update is pointing to 11.3-U1 without me making any changes.
 

pader

Cadet
Joined
Feb 29, 2020
Messages
7
I found a way to fix this problem, in Shell:

sqlite3 /data/freenas-v1.db;
sqlite> select * from system_update;
# you'll see '1|1||11.2-U8', and execute sql:
sqlite> update system_update set upd_train='';
# then execute select you'll see '1|1|'
sqlite> .quit

Now try to check update, the problem fixed.
 

spocur

Cadet
Joined
Mar 2, 2020
Messages
1
Unfortunately, I did confirm the "downgrade" from 11.3-U1 to 11.2-U8 when seeing the alert about a new update. After the reboot, the system hangs at "middlewared: setting up plugins (alert)" but could be recovered by selecting the previous boot environment 11.3-U1.
The suggestion by @Patrick M. Hausen solved the misleading update alert. Thanks!
 

kappclark

Explorer
Joined
Oct 16, 2019
Messages
99
I have gone through the same 'issue', where the updates are downgrades....
1584473363619.png

I went through the update process, but system would not boot, so re-installed 11.3, and system is running fine --- thankfully, the code as listed above cleared up the mess, and the updates page shows No updates available ... Thank you Patrick !
 
Top