June 5, 2026 in Releases by David Wiseman2 minutes

AI service failure diagnostics, a cron expression builder, GUI automatic-update configuration, and improved backup alerting.
goldenjacob contributed improvements to the AI service (see PR 1902) that make it easier to identify why agent jobs fail.
The service configuration UI now includes a cron expression builder so you can create schedules without memorizing cron syntax or using external tools. It’s integrated into the scheduler settings to reduce mistakes and speed setup.
Automatic updates were introduced in 4.9 and previously required editing UpgradeCheckCron manually. With 4.11.0, you can now configure the update schedule from the GUI using the cron builder.
Upgrade checklist:
A failed update could leave you running without monitoring. Ensure backups and a rollback plan before enabling automatic updates.
"AutoUpdateDatabase": false) still exists, but hiding it reduces accidental misconfiguration. If detected, the UI shows a warning with a one-click link to re-enable automatic DB updates.Missing backups are highlighted on the Summary tab and can now trigger alert notifications. LOG backups are particularly time-sensitive and may require immediate attention.
Alert modes:
AgeSinceLastBackup — e.g., trigger if no LOG backup in 2 hours.Status — reuse thresholds from the Summary tab for your daily checks.See the 4.11.0 release notes for a full list of fixes and improvements.