mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
code: 'SQLITE_CORRUPT' #916
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#916
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 @JGNi on GitHub (Mar 20, 2022).
⚠️ Please verify that this bug has NOT been raised before.
🛡️ Security Policy
📝 Describe your problem
I have a similar problem as https://github.com/louislam/uptime-kuma/issues/51 but can't see the solution there. Or maybe I'm just not hardcore Docker man enough.
I get the following error:
errno: 11,
code: 'SQLITE_CORRUPT'
}
Start Uptime-Kuma failed due to issue patching the database
Patching the database failed!!! Restoring the backup
Whole error message can be seen here: https://pastebin.com/Zwmh6PBx
I've had uptime-kuma before, but deleted it again. Now I wanted to install it again, and got that error.
🐻 Uptime-Kuma Version
Last Update: Mar 18, 2022
💻 Operating System and Arch
unRAID, Docker
🌐 Browser
Chrome
🐋 Docker Version
20.10.5
🟩 NodeJS Version
No response
@rezzorix commented on GitHub (Mar 21, 2022):
How do you start your docker container?
Can you post the docker cli or yml file here?
@weirlive commented on GitHub (Mar 21, 2022):
are you using NFS for your volume mount?
@JGNi commented on GitHub (Mar 21, 2022):
I would like to, but how do that in unRAID?
Or can I start it, or see it in the CLI??
@JGNi commented on GitHub (Mar 21, 2022):
Maybe. I'm still a little new into this. Do you know how I see it?
@weirlive commented on GitHub (Mar 21, 2022):
well you would know based on your docker-compose file where your volume mount is pointing. using NFS for a database is usually a bad idea and will lead to corruption.
(i'm open to someone correcting me as this is just what i've read to not use NFS for DBs)
@JGNi commented on GitHub (Mar 21, 2022):
In unRAID it's all GUI. But I can open a CLI. Just don't know much to look for there....
@JGNi commented on GitHub (Mar 21, 2022):
I deleted the user folder and integration. Installed again, and it worked.