Latest | Server installation and setup | Upgrade the server | Determining the upgrade path

Was this page helpful?

On this page

Start Free

Determining the server upgrade path

This section explains SonarQube release cycle model and the principles to follow in order to determine if you can perform the upgrade directly or must upgrade first to intermediary version(s).

SonarQube release cycle model

SonarQube follows semantic versioning. A new major or minor version is released every 2 months, and a new Long Term Active (LTA) release is declared approximately every 18 months. Only the latest major release receives active support (updates and patches). During that time, the previous major release receives LTA support (security patches and fixes of blocker bugs) until the next LTA is declared. 

SonarQube version follows the MAJOR.MINOR.PATCH model as shown below.

Major version number

The major version number represents a series of releases with high-level objectives for the release cycle. It's incremented with the release following an LTA version (for example, the release following 7.9 LTA was 8.0).

Minor version number

The minor version number corresponds to incremental functional changes within a major release cycle. At the time of an LTA release, the release cycle is closed and the minor version number is frozen.

Patch release number

Only on LTA versions, the patch release number represent patches to an LTA that fixed blocker or critical problems. 

Upgrade path determination principles

To determine your upgrade path, consider the following principles:

  • You can upgrade directly from a non-LTA version to another if there is no LTA version in your upgrade path.
  • If there is at least one LTA version in your upgrade path, you must first upgrade to each intermediate LTA and then to your target version.
  • When upgrading to an LTA version, you should directly upgrade to its latest patch. 
  • You can upgrade from the latest LTA version to the latest non-LTA version directly. 
  • If you're migrating from an earlier patch version of an LTA, you can upgrade directly to the next LTA. You don't need to install any intermediate patch versions.

Upgrade path examples

From versionTo versionUpgrade path
8.9 LTA9.9 LTA8.9 LTA > 9.9 LTA (direct)
7.9 LTA9.9 LTA7.9 LTA > 8.9 LTA > 9.9 LTA (one intermediary step)
9.9 LTA10.19.9 LTS > 10.1 (direct)
9.69.9 LTA9.6 > 9.9 LTA (direct)
9.610.19.6 > 9.9 LTA > 10.1 (one intermediary step)

For more information on LTAs, see Active versions

© 2008-2024 SonarSource SA. All rights reserved. SONAR, SONARSOURCE, SONARLINT, SONARQUBE, SONARCLOUD, and CLEAN AS YOU CODE are trademarks of SonarSource SA.

Creative Commons License