Comment 0 for bug 1883141

Revision history for this message
Will Szumski (willjs) wrote :

I'm trying to upgrade from stein to train. I'm hitting an error in the task:

TASK: mariadb : Change row format to DYNAMIC for legacy tables. The error seems to be result of:

fatal: [sv-b16-u23]: FAILED! => {"changed": true, "cmd": ["docker", "exec", "mariadb", "mysql", "-uroot", "-psn9a7FP393QLNn2YHH80kiF3EUKHDRgPJZdfM7sK", "--silent", "--skip-column-names", "-e", "ALTER TABLE murano.environment@002dtemplate

16:51:41.955571", "msg": "non-zero return code", "rc": 1, "start": "2020-06-11 16:51:41.865195", "stderr": "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 '@002dtemplate ROW_FORMAT=DYNAMIC' at line 1", "stderr_lines": ["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 '@002dtemplate ROW_FORMAT=DYNAMIC' at line 1"], "stdout": "", "stdout_lines": []

This is on centos 7 with centos base images.