Does Sonarqube version 6.5 and 6.7 has same database schema support?

I want to update sonarqube version 6.5 to 7.9.2 but before I need to migrate the DB MySql to postgreSql I tried MySQL migrator and it says “Unknown schema version; cannot match to a SonarQube release: 1734” So I need to update the sonar version 6.5 to 6.7 and above, What I what to know if I will connect my current MySql db to 6.7 version does it support the same schema or table structure …how exactly I can update my sonarqube to 7.9.2 please help?

Hi,

We’ve provided a FLOSS migrator to get you off of MySQL. It works with SonarQube database schemas 6.7-7.8. I suggest you upgrade first to 6.7.7, then run the database migrator, then finish your SonarQube upgrade to 7.9.2.

To your specific question, the upgrade to 6.7.2 should go just fine on MySQL; MySQL was still supported in 6.7.* and the database upgrades were written to work with it.

 
HTH,
Ann

Hi Ann,

Thanks for your reply. It was really helpful and I’m able to upgrade to the new database as well as sonarqube version 7.9.2 finally…really appreciate your help :smile:

1 Like