My TrueNAS Scale is showing Updates Available but there isn’t.
See screen shot.
When I click the button there are no updates.
Has anyone had this before?
My TrueNAS Scale is showing Updates Available but there isn’t.
See screen shot.
When I click the button there are no updates.
Has anyone had this before?
Its a bug. Don’t worry about it. It’ll get cleared on the next release.
If you look around there is a mechanism to clear this issue
From the known issues section of the release notes:
- 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:
- Open the Shell and run
midclt call systemdataset.config | jq ."path"
- Search for a file named update.sqsh in the returned string using
find "returned path" -> name update.sqsh
- 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