-
Notifications
You must be signed in to change notification settings - Fork 590
Add Back support for mysql 5.7 #4879
Comments
I was able to get 2.9.x SCDF running against MySQL 5.7 using the Flyway Teams edition. Here is what I did: Current (base case lets prove its broken)
With Flyway Teams
Next StepsMake this work in PRO only. Will do this next week. |
ℹ️ SB 2.5.12 runs w/ Flyway 7.7.3 but the trial license only works w/ 8.x so I used the 8.0.5 Flyway version. I am sure we could get l license for the 7.7.3 version if need be. I will figure out which version we are currently using in 2.9.x.
|
I have this working for MySQL 5.7 + SB 2.6.6 + Flyway Teams. I will get it ready in a PR. |
[Implementation Note]: We may be able to always use the Flyway teams lib and set the "edition" property to community in the non-pro case. This would allow us to not worry about using different libs in PRO/OSS. This would be good because we do not have a Pro Skipper and therefore would have to deploy 2 skipper libs (w/ and w/o teams lib). The hope is the "Warning" message about teams goes away when using the "edition=community" setting. |
Closed via 8ab2b1e |
TBD
The text was updated successfully, but these errors were encountered: