SonarSource / mysql-migrator

Command line tool to migrate MySQL database of SonarQube 6.7-7.8 to non-MySQL
39 stars 11 forks source link

fix build broken since release of LTS 7.9 and drop GCP account in Europe #49

Closed sns-seb closed 4 years ago

sns-seb commented 4 years ago

IT were testing the tool against LATEST_RELEASE version of SQ

Before release of LTS, this worked fine. But when LATEST_RELEASE became LTS 7.9.1, the ITs broke because 7.9.1 does not support MySQL at all: starting the "source" SQ instance to initialize a MySQL database fails.

Also, as 7.9.1 can not start on MySQL, the tool itself can't be used since the tools only works migrating version X to version X.

Therefor, it makes sense to only test the tool against 7.8 and not LTS.

sns-seb commented 4 years ago

@janos-ss requesting your review as you know this project best. I'd like to make sure I didn't misunderstand something with this change

sns-seb commented 4 years ago

@julienlancelot requesting your review because we discussed this topic today and I think this makes you the only person in the SQ team which knows the topic