Dashboard Updates Available?

Why does my Dashboard say there is an update available, but then the System Update screen say ‘No updates available’?

I can appreciate there is always some update (diff train, nightly, etc) but I would think my system would only make suggestions on my current train.


it’s a known bug with the .1 release. There’s a file that’s stuck causing the ui to show an update is available.

  • TrueNAS UI displays Updates Available button after updating to the latest release (see (NAS-136046). This issue is resolved in the upcoming 25.04.2 release, but if you want to work around this issue now, follow these steps:
  1. Open the Shell and run midclt call systemdataset.config | jq ."path"
  2. Search for a file named update.sqsh in the returned string using find >"returned path" -name update.sqsh
  3. Run rm -f <full-path-to-update.sqsh>, replacing <full-path-to-update.sqsh> with the full file path to the update.sqsh file from the previous step

Or you could wait for the .2 release this week or next week…

@LarsR Thanks! I’ll probably just wait for the 25.04.2 release. I’m not too anal about these things. :smile: