25.04.1 still showing updates available

X9 SCM-F, Intel(R) Xeon(R) CPU E3-1230 V2 @ 3.30GHz, 32GiB RAM, 5 x 9TiB WD Rec Raidz1

Upgraded from 25.04 to 25.04.1 and GUI still shows available update. Going to check for updates shows none available.
Same happened with all my NASes.
Just FYI, as won’t affect operation in my case.
Tested from different browsers just in case …

3 Likes

Same on my system

then use the fix from the post i linked and remove the file that’s causing the issue

sudo rm /var/db/system/update/update.sqsh

it’s a leftover file from an older update that’s no longer needed.

1 Like

Thanks for your replies. Point is that it needs to be fixed at the source: The upgrade should remove whatever it’s needed.

It will be

  • 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