Skip to content

Run mysql_upgrade on akonadi startup

Carl Schwan requested to merge work/carl/mysql-upgrade into master

This command should be run after each mysql updagrade as it fixes some of the internal db columns.

Otherwise, the akonadi logs can be flooded by:

Incorrect definition of table mysql.column_stats: expected column 'histogram' at position 10 to have type longblob, found type varbinary(255).

cc @dfaure

Merge request reports