Skip to content

Run mysql_upgrade on akonadi startup

Carl Schwan requested to merge work/cherry-pick-9cda58ef into release/23.04

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).

(cherry picked from commit 9cda58ef)

Merge request reports