Versions
- Current SonarQube version: SonarQube 8.9 Community Edition
- Scanner: SonarScanner CLI (latest compatible version with SonarQube 8.9)
- Plugins: No custom plugins (only bundled plugins)
- Extensions: None
Deployment
- Current deployment: ZIP installation (self-hosted)
What are you trying to achieve?
We are planning to upgrade from SonarQube 8.9 Community Edition to the latest free version.
Our environment uses:
- Java compilation: Java 17
- Java runtime: Java 17
We also plan to use the SonarQube MCP Server with the upgraded version.
While reviewing the available downloads, we noticed that the official download page only provides the latest SonarQube Server 2026.1 LTA download. We could not find any Community Build 25.x downloads on the official website.
However, we found the following official binary hosted on SonarSource’s binaries server:
https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-25.1.0.102122.zip
We would appreciate clarification on the following:
- Is there an LTA release for SonarQube Community Build, or are LTAs available only for SonarQube Server (commercial editions)?
- Is Community Build 25.1.0.102122 an officially supported Community Build release?
- Although this binary is hosted on the official
binaries.sonarsource.comserver, it is not listed on the official downloads page. Is it safe and recommended to use this version? - Since our server runtime is Java 17, which Community Build version do you recommend? Should we use 25.1.0.102122, another 25.x release, or a different version?
- Is there a recommended upgrade path when migrating directly from SonarQube 8.9 Community Edition to Community Build?
What have you tried so far?
- Reviewed the official SonarQube download page.
- Read the Community Build release notes.
- Verified that Community Build 25.1.0.102122 can be downloaded from the official SonarSource binaries server.
- Confirmed that Community Build 26.x requires Java 21, whereas our environment currently uses Java 17.
We would appreciate your guidance on the recommended upgrade version and path.
Thank you!