Upgrade Sonarqube Version - Developer Edition

We are currently using SonarQube Developer Edition, which is running on version 10.5.1. I see a message indicating ‘NO LONGER ACTIVE.’ How can I upgrade to version 10.7? I’m using the SonarQube embedded database. Will I lose my data?

Can anyone help me or provide steps on how to upgrade SonarQube Developer Edition from version 10.5.1 to 10.7?

When I browse to http://<sonarqube URL>/setup, I receive the following message

From the docs:

  • The embedded H2 database is used by default. It is recommended for tests but not for production use. Supported databases are Oracle, PostgreSQL, and Microsoft SQLServer.

That said, SonarQube doesn’t support upgrade on H2 database. You have to throw it away and start from scratch.
If it is used in production (what I assume for developer edition), then use one of the supported database engines. For example, MS-SQL Express is for smaller environments a working solution.

1 Like

Got it. We are using version 10.5.1 of the Developer Edition, which is archived. Now I want to know how long SonarQube supports archived versions.

Not at all. Supported is the latest LTS (currently 9.9.x) and the current version (10.7 at the moment).
If your question is not to specific, you might still get help here in the forum.