Sonarqube upgrade from v10.8.1 to 2025.1.3.110580.zip on linux server

Must-share information (formatted with Markdown):

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

Want to know if any items need to be careful before upgrade, want to know experience of other users who did this upgrade!

Dont have dev env test before prod env!!

to setup dev any user guide to setup from ground up?

I need help during prod upgrade, somebody can help me with this prod upgrade?

Thank you

Setting up a development environment is definitely a best practice that helps minimize risks. To do this, first back up your production database and restore it to a new test database. Then install a new SonarQube instance and configure it to use the test database. This creates a completely separate environment for testing.

After the test environment is running, follow the official SonarQube upgrade documentation to perform the upgrade in the test environment first. Once you verify the upgrade is successful and the test environment is functioning correctly, you can apply the same process to production with confidence!

Colin

Thank you for the information, appreciate it. will follow that doc and setup up dev env.

Prod upgrade is done, how to update sonar scanner in jenkins server?

Thank you.

Assuming you’re using the jenkins extension, check the docs here :slight_smile: