Uptime Kuma | 2.3.0

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.

Related posts

Weekly Tech Digest | 06 Jul 2026

Stay updated with the latest in tech! This digest covers AI ethics, auto industry shifts, and the impact of politics on technology, exploring today's pressing issues.

wolfCOSE zero-allocation parsing in embedded C

wolfCOSE looks sensible only if you care about what your firmware actually has to carry. I like that, because on small targets the wrong crypto feature can cost more than the message itself, and there...

restic | v0.19.1

restic v0 19 1: safer FUSE mounts and mountpoint checks, robust backup source and exclude handling, clearer CLI JSON output, Windows SFTP deletion fixes