server icon indicating copy to clipboard operation
server copied to clipboard

Configure local Mysql container the same way servers are configured

Open ccanos opened this issue 7 months ago • 0 comments

Description

As a an alkemio developer I want a consistent infrastructure

Acceptance criteria

  • [ ] SELECT @@sql_mode; returns the same values in all the environments, including localhost

Additional Context

It turned out that local Mysql server is not configured with the parameter ONLY_FULL_GROUP_BY and typeorm caused an error that we couldn't detect until it was deployed to a server: See #4194

Areas that will be affected

To be added during the refinement

ccanos avatar Jul 04 '24 07:07 ccanos