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?
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 you’re done .
done with the migration from centos to ubuntu but unable to find 2025.1 community edition could you please help me with where can i get this or is it safe if we can continue with 9.9.1 LTA version.
Please suggest.
There is no 2025.1 Community Build. The versioning for CB is different: yy.m.
SonarQube 9.9 is EOL. For Community Build, only the latest version is supported, and currently that’s 25.4. However, you must first upgrade to 24.12, before you can progress to 25.4, which you’ll find on the downloads page.