-
Type: Bug
-
Status: Resolved
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: 4.4.5
-
Fix Version/s: 5.0.0
-
Component/s: OS Integration
-
Release Notes Summary:Fixed a database corruption on GNU/Linux
-
Release Notes Description:
-
Tags:
-
Sprint:nxDrive 11.2.14
The issue is only visible when the app is run from an AppImage.
When adding a new account, the manager database file gets corrupted and is not backed up. This cause a loss of information and when rebooting Drive, it doesn't detect the previously added account.
This seems to be caused by the usage of the WAL journal_mode for the manager database.
To fix this issue, we should use the DELETE journal_mode as we don't write really often into the manager database.
- Is referenced in