Closed Glucy-2 closed 3 years ago
disk image malformed
most likely means the database is corrupted. There are many ways corruption can occur, but one common one I've seen is restoring a backup that was taken while the server is running. The database file in the world folder can become corrupted if it's backed up while the server is running because it is likely being written to. The SQLite command line tools has a built in backup command.
sqlite3 ledger.sqlite .backup backup_ledger.sqlite
Expected behavior
No WARNs or ERRORs.
Observed/actual behavior
WARN:
Steps/models to reproduce
I don't know how it occurs.
What operating system are you running
Linux
Minecraft version
1.17.1
Ledger version
1.0.2
Logs
https://hastebin.com/qibapeyibo.pl
Agreements
Other
No response