https://bugs.kde.org/show_bug.cgi?id=384024
Bug ID: 384024 Summary: [17.08] Akonadi server fails to start with sqlite backend Product: Akonadi Version: 5.5.3 Platform: Archlinux Packages OS: Linux Status: UNCONFIRMED Severity: major Priority: NOR Component: server Assignee: kdepim-b...@kde.org Reporter: de...@krutt.org Target Milestone: --- After upgrade to 17.08 (Arch linux, both of my installations) akonadi server refuses to start with configured sqlite backend: ``` % Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) QSqlDatabasePrivate::removeDatabase: connection 'initConnection' is still in use, all queries will cease to work. org.kde.pim.akonadiserver: DBUpdater: query error: "near \"DROP\": syntax error Unable to execute statement" " " org.kde.pim.akonadiserver: Query was: "ALTER TABLE PartTable DROP COLUMN external;" org.kde.pim.akonadiserver: Target version was: 35 org.kde.pim.akonadiserver: Mandatory: true org.kde.pim.akonadiserver: Failed to commit transaction for database update org.kde.pim.akonadiserver: Unable to initialize database. org.kde.pim.akonadicontrol: Application 'akonadiserver' exited normally... ``` My ~/.config/akonadi/akonadiserverrc file contains: ``` [Debug] Tracer=null [%General] Driver=QSQLITE3 [QSQLITE3] Name=/home/username/.local/share/akonadi/akonadi.db ``` -- You are receiving this mail because: You are watching all bug changes.