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.
