# Release cycle model

A new version of SonarQube Server is released every two months, with a new Long-Term Active (LTA) version (previously known as LTS) released every year. LTA is a functionally complete version of the product that will receive longer-term support.

This means that there are six releases of SonarQube Server per year, including the LTA version at the beginning of each year.

## Version scheme <a href="#version-scheme" id="version-scheme"></a>

SonarQube Server releases follow the following version scheme:

`YYYY.ReleaseNumber.PatchReleaseNumber`

<div align="left"><figure><img src="/files/Xg8BNqT2H8QbOuwvyMR2" alt="Version scheme" width="563"><figcaption></figcaption></figure></div>

{% hint style="info" %}
Up to version 10.8, SonarQube Server followed the `MAJOR.MINOR.PATCH` version scheme.
{% endhint %}

### Support policy <a href="#support-policy" id="support-policy"></a>

The support policy is as follows:

* The latest version receives new features, enhancements, patches, and technical support.
* The latest -1 version receives technical support.
* The latest LTA receives:
  * Patches to fix vulnerabilities or blocker bugs for up to 12 months.
  * Technical support for up to 18 months.

See [SonarQube Server Long Term Active (LTA) and FAQ](https://www.sonarsource.com/products/sonarqube/downloads/lts/) for more information.

### Active versions <a href="#active-versions" id="active-versions"></a>

In order to ensure that you continue to have the best user experience, you need to make sure that you are on an *active version*. An active version of SonarQube Server is a version that is deemed suitable for use and support.

#### Active version definition:

The following count as active versions:

* The latest version of SonarQube Server.
* Latest -1.
* Each LTA is active for up to 18 months from its release date.

<details>

<summary>How do I know if my SonarQube version is active?</summary>

There are two main ways to check if you are using an active version of SonarQube Server:

1. In SonarQube Server, in the footer next to the version number, you can immediately see if your version is *active* or *no longer active.*

<figure><img src="/spaces/KXW79zfYFiA8incTvwZK/files/Ex8ZMAHHKEnwfqwNAQp3" alt="Version status in the footer of the page on SonarQube Server"><figcaption></figcaption></figure>

2\. Administrators can go to the **Administration** > **System.** As per above, you can see in the footer if you are on an active version.

<figure><img src="/spaces/KXW79zfYFiA8incTvwZK/files/B1BgH9TBmt15L2DkttUo" alt="Version status on the system page"><figcaption></figcaption></figure>

If there is a new version available, administrators will see a message at the top of the screen prompting you to update to the latest version:

<figure><img src="/spaces/KXW79zfYFiA8incTvwZK/files/bz18eFgILK1cThTQDAIc" alt=""><figcaption></figcaption></figure>

</details>

## Related pages

* [SonarQube Server Long Term Active (LTA) and FAQ](https://www.sonarsource.com/products/sonarqube/downloads/lts/)
* [Determining the update path](/sonarqube-server/server-update-and-maintenance/update/determine-path.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sonarsource.com/sonarqube-server/server-update-and-maintenance/update/release-cycle-model.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
