Updates Available?

Hello.

I upgraded to TrueNAS Scale 25.04.1 a while back now.

It seems to work well so far. But, the dashboard shows the “Updates Available” button. When I click on it, no updates are there.

I just want to make sure that my update flow isn’t completely broken. Does anyone know if this is a small GUI glitch and I will still be able to update when there is a release?

Known issue, here’s your fix! :slight_smile:

  • 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
1 Like

Thank you sir. I apologize for the redundancy. I tried searching and didn’t see this before posting.

1 Like

No worries; an easy fix is a good fix!