mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
DB migration fails on 2026-01-10-0000-convert-float-precision.js #4704
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#4704
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ChekeredList71 on GitHub (Feb 12, 2026).
⚠️ Please verify that your question has not already been reported
🛡️ Security Policy
📝 Describe your problem
After changing tags from louislam/uptime-kuma:latest -> louislam/uptime-kuma:2.1.0, Uptime Kuma no longer starts.
DB integrity is ok:
📝 Error Message(s) or Log
🐻 Uptime-Kuma Version
2.1.0
💻 Operating System and Arch
Debian 13
🌐 Browser
non-applicable
🖥️ Deployment Environment
v1.34.3+k3s1 (48ffa7b6)10or so@mrvalterhugo commented on GitHub (Feb 14, 2026):
I got a similar error after updating:
2026-02-14T12:47:00Z [SERVER] ERROR: Failed to prepare your database: SELECT
valueFROM setting WHEREkey= 'database_version' limit 1 - SQLITE_CORRUPT: database disk image is malformed@CommanderStorm commented on GitHub (Feb 14, 2026):
@mrvalterhugo no that is different. Please see our issue tracker for how other people have resolved this.
Solving disc corruption is not something we can do in all cases, but some.
@ChekeredList71 commented on GitHub (Feb 14, 2026):
@mrvalterhugo
You likely have a corrupt DB. Consider running
PRAGMA integrity_check();on thekuma.dbfile.If you have more questions, ping me on the separate issue you created (if you did create one).
@mrvalterhugo commented on GitHub (Feb 14, 2026):
Thanks, I restored from a backup and it worked.
@HLVM04 commented on GitHub (Feb 16, 2026):
I am experiencing this exact issue as well.
@CommanderStorm commented on GitHub (Feb 16, 2026):
No clue how to reproduce this, it is not reproduced by the migration tests in master..
@HLVM04 commented on GitHub (Feb 16, 2026):
I managed to migrate the database successfully by increasing my LXC disk space by a few Gb. In my case it seems to have been a simple no-disk-space issue.