https://bugs.kde.org/show_bug.cgi?id=493393
Stephan Olbrich <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Stephan Olbrich <[email protected]> --- I run into the same issue but found a workaround: After running the akonadi-db-migrator a new sqlite db is created with empty tables. I opened it and added the SchemaVersion: sqlite3 ~/.local/share/akonadi/db_migration/akonadi.db INSERT INTO SchemaVersionTable (version) VALUES (42); Then I ran the akonadi-db-migrator again and it migrated successfully to sqlite. 42 is the SchemaVersion. Could change in the future. I picked it from https://invent.kde.org/pim/akonadi/-/blob/master/src/server/storage/akonadidb.xml?ref_type=heads Make sure you pick the correct one for your akonadi version. -- You are receiving this mail because: You are watching all bug changes.
