https://bugs.kde.org/show_bug.cgi?id=493393

--- Comment #8 from Colin J Thomson <[email protected]> ---
(In reply to Stephan Olbrich from comment #6)
> 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.

I just tested your fix and it does work for me as well, thanks for this.

Running KDE from git master:
Operating System: Fedora Linux 43
KDE Plasma Version: 6.5.80
KDE Frameworks Version: 6.20.0
KDE Apps 25.11.70
Qt Version: 6.9.2

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to