Help needed on sonarqube migration from centos7 to ubuntu

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube Server / Community Build, Scanner, Plugin, and any relevant extension)
  • how is SonarQube deployed: zip, Docker, Helm
  • what are you trying to achieve
  • what have you tried so far to achieve this

Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!

We are trying to migrate sonar qube from Centos7 to Ubunutu.
Current config in centos7:
Sonarqube version: 9.9LTA
Postgresql: 14.9

Planning to install sonar qube version 2015.1 LTA in ubuntu. If we install postgresql 14.9 is this supports soanr qube latest version?
If we can directly install latest version of postgresql 17.4 will work properly the data migration and support of sonar?

Please suggest on above.
Tahnks

Hi,

Per the docs, Postgres 13 - 17 is supported.

Everything you’ve planned should work. And you’re planning a lot of migrations. IMO, you should do the DB upgrade first, and point your existing SonarQube 9.9 instance at it. Make sure everything works well.

Then you can install SonarQube 2025.1 on Ubuntu. Configure it to point to your upgraded DB. Turn off your 9.9/Centos instance. Turn on your 2025.1/Ubuntu instance. Run SonarQube’s schema upgrade. And :sparkles: you’re done :sparkles:.

 
HTH,
Ann