YunoHost-Apps / mattermost_ynh

Mattermost package for YunoHost
http://www.mattermost.org
GNU General Public License v3.0
33 stars 19 forks source link

Fix migration on some SQL systems #413

Closed kemenaran closed 1 year ago

kemenaran commented 1 year ago

Fix this issue on Raspberry Pi:

ynh_mysql_execute_as_root '--sql=SELECT CONCAT( '\''DROP TABLE '\'', GROUP_CONCAT(table_name) , '\'';'\'' ) AS statement FROM information_schema.tables WHERE table_schema = '\''mattermost'\'' AND table_name LIKE '\''focalboard_%'\'';' --database=mattermost
WARNING - ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'NULL' at line 1
kemenaran commented 1 year ago

!testme

yunohost-bot commented 1 year ago

Fingers crossed! Test Badge