jorge07 / symfony-6-es-cqrs-boilerplate

Symfony 6 DDD ES CQRS backend boilerplate.
MIT License
1.07k stars 187 forks source link

mysql version upgrade from 5.7 to 8 #111

Closed kowalk closed 5 years ago

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 352


Totals Coverage Status
Change from base Build 349: 0.0%
Covered Lines: 567
Relevant Lines: 592

💛 - Coveralls
jorge07 commented 5 years ago

I think we've to tell Doctrine the version too

Lutacon commented 5 years ago

Yes. You need to change that line.

https://github.com/jorge07/symfony-4-es-cqrs-boilerplate/blob/master/config/packages/doctrine.yaml#L17

kowalk commented 5 years ago

@jorge07 done @Lutacon thanks for a tip

jorge07 commented 5 years ago

Just noticed that the k8s chart needs an upgrade too. I'll do this in a separated PR. Thanks @kowalk