2-week soak check on the v7.3.0 update-check feature shipped on 2026-04-25 to staging (192.168.13.20:8101).
Context
- v7.3.0 ships an in-app update notifier (cron
17 */12 * * *, caches in SQLite settings table key update_check_cache, endpoint GET /api/system/update-check).
Checks (mark off as you go)
If anomalies found
Open a follow-up issue "v7.3.0 update-check soak: " with the data.
2-week soak check on the v7.3.0 update-check feature shipped on 2026-04-25 to staging (192.168.13.20:8101).
Context
17 */12 * * *, caches in SQLitesettingstable keyupdate_check_cache, endpointGET /api/system/update-check).Checks (mark off as you go)
curl -sf http://192.168.13.20:8101/api/system/update-check(with admin auth) returnslastCheckedwithin last ~13hlatestmatches actual GitHub latest release (currently v7.5.1)enabledistruecurrentmatches running versiondocker logs docker-dash --since 14d 2>&1 | grep -E "update-check"shows ≥ 1 successful refresh per 12hgrep -c "fetch failed") ≤ 5 over 14 daysIf anomalies found
Open a follow-up issue "v7.3.0 update-check soak: " with the data.