Volker Wysk
2017-Aug-14 04:38 UTC
(Solved) Re: Upgrade path from MySQL to MariaDB broken? (Akonadi)
Hello! I've found it out, how you can solve/work around the problem: Nextcloud needs MariaDB. It won't work (so it seems) with MySQL. So mariadb- server needs to be installed. 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
Volker Wysk
2017-Aug-14 05:05 UTC
(Solved) Re: Upgrade path from MySQL to MariaDB broken? (Akonadi)
Oops, wrong mailing list. Sorry. Volker Am Montag, 14. August 2017, 06:38:33 CEST schrieb Volker Wysk:> Hello! > > I've found it out, how you can solve/work around the problem: > > Nextcloud needs MariaDB. It won't work (so it seems) with MySQL. So mariadb- > server needs to be installed. > > 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