Hi,
I am upgrading sonarqube from 8.5.1 to 9.9 LTS. The helm chart is deployed and I don’t see any issues. But why I try to login to sonarqube application I am seeing “SonarQube is under maintenance” error. What could be the issue?
Hi,
I am upgrading sonarqube from 8.5.1 to 9.9 LTS. The helm chart is deployed and I don’t see any issues. But why I try to login to sonarqube application I am seeing “SonarQube is under maintenance” error. What could be the issue?
Hi,
You can’t go directly from SonarQube 8.5.1 to 9.9. You need to go through 8.9.
And with each upgrade, you’ll need to trigger the database migration.
HTH,
Ann
Hi @ganncamp Thanks for the update. I managed to upgrade to Version 9.9.1. I upgraded using helm chart. One thing I found is we were using developer edition in the old version. But after the upgrade it is showing as community version. How to upgrade to developer edition?
Hi,
In global configuration, there’s an edition
parameter. You want to set that to developer
.
HTH,
Ann