We want to upgrade the sonarqube server from non LTA to LTA

Must-share information (formatted with Markdown):

  • which versions are you using SonarQube Server: 9.7.0.61563
  • how is SonarQube deployed: zip
  • what are you trying to achieve : we wanted to upgrade our sonarqube enterprise edtion server from non LTA to LTA (9.7 to 9.9LTA > 2025.LTA)
  • what have you tried so far to achieve this:

We are planning to upgrade our sonarserver enterprise edition from version 9.7 to 2025.1 LTA and the database we are using is MySQL 2019.

We wanted to know what the requirements and procedure for upgrading our sonar server to 2025.1 LTA like will the 2025.1 LTA verson is supported for the database MySQL 2019, shall we have to upgrade to the 9.9 LTA first and then to 2025.1 LTA, any prerequisites we need to be taken or any other precautions need to be taken.

Please help me with this.

Hi,

Welcome to the community!

You’ve correctly identified your upgrade path: 9.7 → 9.9 LTA → 2025.1 LTA.

For database support questions in general, you can check the docs for the version in question:

In specifics, though, MySQL support ended quite a long time ago.

It’s not clear to me how you’re running SonarQube 9.7 with MySQL, if that’s what you’re doing, but you’ll need to switch to a supported DB, presumably Postgres. The DBCopy utility linked from that^ announcement and from the docs will help you do that. Please create new threads if you have questions about it.

Other than that, all you need to do is follow the upgrade guide.

 
HTH,
Ann