mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 09:06:02 +03:00
[GH-ISSUE #955] Bug: django.db.utils.DatabaseError: database disk image is malformed #3614
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#3614
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 @terxw on GitHub (Mar 24, 2022).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/955
Describe the bug
Steps to reproduce
Screenshots or log output
ArchiveBox version
archivebox venv config
archivebox docker config
@pirate commented on GitHub (Mar 24, 2022):
Thanks for posting all the relevant info! Finally someone who knows how to open a good issue lol.
Are you able to open the SQLite3 file manually with
$ sqlite3 index.sqlite3orarchivebox manage dbshell?Unfortunately I've never seen this error before, don't know exactly how to fix it other than dumping and trying to rebuild the sqlite3 database.
You can try these instructions to do that with the
index.sqlite3file:https://stackoverflow.com/questions/5274202/sqlite3-database-or-disk-is-full-the-database-disk-image-is-malformed
@terxw commented on GitHub (Mar 24, 2022):
Thank You!
Worked like a charm!
Although I did pragma integrity_check; in DB Browser for sqlite, which was ok, also sqlite3 from my pc with path to index.sqlite3 on network share and integrity check was ok.
When i run sqlite3 index.sqlite3 localy on machine where archivebox is running, integrity check was not ok...