I want to migrate sonarqube 7.7 to sonarqube 9.1

Hi Team,
I want to migrate sonarqube 7.7 to sonarqube 9.1
For sonarqube 7.7 I am using MySQL 5.7 as a database and i read documents and then know that sonarqube won’t support MySQL after sonarqube 7.8 .

Now how can i migarte to 9.1 using docker-compose with postgres 12

could you please help on this

Hi @Pandia_Raj ,

you would need to upgrade your DB first, and then upgrade the version of SonarQube from 7.7 to 7.9 ex-LTS then 8.9 LTS then 9.1 latest release.

Carine