Displaying 1 result from an estimated 1 matches for "akonadictl".
2017 Aug 14
1
(Solved) Re: Upgrade path from MySQL to MariaDB broken? (Akonadi)
...stalled.
This replaces MySQL (mysql-server-core-5.7 and mysql-client-core-5.7) with
MariaDB. The problem is that after that, Akonadi won't start any longer.
"aconadictl start" outputs a lot of messages.
The problem can be repaired by doing this, after the installation of MariaDB:
akonadictl stop
rm -r ~/.local/share/akonadi
akonadictl start
Bye,
Volker