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

Uptime Kuma | 2.3.2

Uptime Kuma 2 3 2, reverts to single SQLite connection to fix stability issues, minimal impact, back up your database and verify monitors after upgrade

Uptime Kuma | 2.3.2

Uptime Kuma 2:3:2: Revert to single SQLite connection, bugfix for DB regression and stability issues, admins using bundled SQLite should upgrade

Uptime Kuma | 2.3.0

Uptime Kuma 2 3 0: status page sort reverted, SQLite single connection for Raspberry Pi, WebSocket auth, new providers, bug fixes and UX updates