:zap: Workflow Automation Platform. Orchestrate & Schedule code in any language, run anywhere, 500+ plugins. Alternative to Zapier, Rundeck, Camunda, Airflow...
When using MySQL backend (8.0.32) it raises this error:
SQL State : 42000
Error Code : 1064
Message : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'IF NOT EXISTS PARSE_ISO8601_DURATION(duration VARCHAR(20))
RETURNS bigint
' at line 1
Location : migrations/mysql/V1_1__initial.sql (/app/file:/app/kestra-ee!/migrations/mysql/V1_1__initial.sql)
Line : 2
Statement : CREATE FUNCTION IF NOT EXISTS PARSE_ISO8601_DURATION(duration VARCHAR(20))
@Skraye reproduced and has no problem in MySQL 8.0.31
On arm chipset (mac m2) the error doesn't show up on either 8.0.31 or 8.0.32
Explain the bug
When using MySQL backend (8.0.32) it raises this error:
@Skraye reproduced and has no problem in MySQL
8.0.31
On arm chipset (mac m2) the error doesn't show up on either8.0.31
or8.0.32
Here is a docker-compose to reproduce:
Environment Information