Uptime Kuma 2.3.0 released on 01-05-2026

Uptime Kuma 2.3.0 is out now. Raspberry Pi users and anyone running status pages should take note — the release reverts status page sorting for performance reasons and adds a SQLite single-connection option to reduce locking on constrained devices.
Visit the Uptime Kuma GitHub release page or the project website for full details, installation notes and the complete changelog.
What’s in this release
- Revert of status page sorting due to poor performance; status pages no longer offer the sorting feature (breaking change).
- New database environment variable UPTIME_KUMA_SQLITE_SINGLE_CONNECTION to mitigate SQLite locking on Raspberry Pi devices; set it to true if you encounter locks.
- Websocket improvements including authentication support, new notification providers (Telnyx, VK, MAX messenger), custom message templates for the Evolution provider, an OracleDB monitor and collapsible groups for status pages.
Upgrade notes
- Breaking change: status page sorting has been removed. Review any workflows or embeds that depended on sorted output and adjust expectations accordingly.
- Raspberry Pi users experiencing SQLite locks should set UPTIME_KUMA_SQLITE_SINGLE_CONNECTION=true; non-Raspberry Pi users can generally ignore this setting. If you must roll back, revert to the previous release and restore from backups as needed.
Share your experience after upgrading or report any issues on the Uptime Kuma GitHub so the community and maintainers can follow up.
