Seafile CE 11.0.5 Upgrade - MySQL Warnings - Syntax Error

Copy of additional information from Upgrade from 10.0.1 to 11.0.5 - Issues with MYSQL - #26 by Nightshade on this topic, too (for completeness):

An unique key also needs to be added manually by:

ALTER TABLE `org_saml_config` ADD UNIQUE KEY `domain` (`domain`);

1 Like