nextcloud / desktop

💻 Desktop sync client for Nextcloud
https://nextcloud.com/install/#install-clients
GNU General Public License v2.0
2.97k stars 784 forks source link

[Bug]: Database disk image is malformed #6242

Open ostasevych opened 9 months ago

ostasevych commented 9 months ago

⚠️ Before submitting, please verify the following: ⚠️

Bug description

Yesterday, I got a strange error on the NC client "Database disk image is malformed". In the result one files didn't want to sync at all. I renamed it, and the syncing continued. Reverted the filename back and it is stuck again. What can be the issue?

Steps to reproduce

Observe the error in Desktop Client "Database disk image is malformed", all syncing is stopped

Expected behavior

Syncing should not stop if one of files fails, there should be more clear explanation what went wrong.

Which files are affected by this bug

all

Operating system

Windows

Which version of the operating system you are running.

Windows 10 x64

Package

Appimage

Nextcloud Server version

27.1.3

Nextcloud Desktop Client version

3.10.1

Is this bug present after an update or on a fresh install?

Updated from a minor version (ex. 3.4.2 to 3.4.4)

Are you using the Nextcloud Server Encryption module?

Encryption is Disabled

Are you using an external user-backend?

Nextcloud Server logs

anything there

Additional info

No response

joshtrichards commented 3 weeks ago

Database disk image is malformed

It's an sqlite3 error. I believe it means the db is corrupted.

Unfortunately, a lot of things can cause this, such as filesystem corruption, power loss, weird drive issues, etc.