Seafile mysql 10.11 errors

Hello,

I’m running seafile 10.0.11 with mariadb 10.11 on docker.

I see the following errors in the mysql log:

2024-01-12 16:43:48 20 [ERROR] Incorrect definition of table mysql.column_stats: expected column ‘histogram’ at position 10 to have type longblob, found type varbinary(255).

2024-01-12 16:43:48 20 [ERROR] Incorrect definition of table mysql.column_stats: expected column ‘hist_type’ at position 9 to have type enum(‘SINGLE_PREC_HB’,‘DOUBLE_PREC_HB’,‘JSON_HB’), found type enum('SIN

Any hint what could be wrong

Following command will fix this issue.

Inside the container execute:

mysql_upgrade --user=root --host=db --password=