-
Notifications
You must be signed in to change notification settings - Fork 197
Description
When we are trying to setup flagr image with mysql database (image version: latest/8/8.0/8.0.21), we are getting below error from mysql image container.
Error:: "INFO[0101] /go/src/github.com/checkr/flagr/pkg/handler/eval_cache_fetcher.go:147Error 1064: 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 'ASC,id ASC' at line 1
ERRO[0101] reload evaluation cache error err="Error 1064: 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 'ASC,id ASC' at line 1".
But when i am trying to setup flagr image with 5.7.31 or below mysql image version, flagr is working as excepted.
Please confirm mysql image compatibility version with flagr.