Uptime Kuma | 2.3.2

Uptime Kuma 2.3.2 released on 03-05-2026


Uptime Kuma 2.3.2 is out now. It reverts the default database behaviour to a single SQLite connection to address stability issues.

See the upstream release on GitHub for full details: https://api.github.com/repos/louislam/uptime-kuma/releases/latest

What’s in this release

  • Default database connection reverted to a single SQLite connection (fix #7346)
  • Addresses stability regressions caused by multiple concurrent SQLite connections, including contention and locking
  • Bug-fix release with minimal impact for most users; upgrading switches the app back to a single connection by default

Upgrade notes

  • Back up your database before upgrading; test the build in staging if you rely on custom DB configurations and verify monitor/check execution and history after upgrade
  • If you encounter regressions after upgrading, restore from your pre-upgrade backup and open an issue on the Uptime Kuma GitHub with reproduction steps and logs

Share your experience after upgrading — report any issues on GitHub and note any changes you observe in monitor behaviour.

Related posts

Agentic AI still needs domain judgement

Agentic AI can write the thing, but it still cannot tell you whether the thing is right. That is where domain expertise matters, because a clean config or neat bit of glue logic can still be wrong in...

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...