Unable to upgrade from SonarQube 9.9 to 10.7

I am upgrading from sonar 9.9 to sonar 10.7 developer edition (Zip deployed)
And, this is the error I am getting:

9:26:20 PM Starting HttpPlatformHandler Script
9:26:22 PM Searching for sonar.properties file
9:26:24 PM File found at: C:\home\site\wwwroot\sonarqube-10.7.0.96327\conf\sonar.properties
9:26:25 PM Resetting properties.
9:26:25 PM Updating sonar.properties based on environment/application settings.
9:26:25 PM Setting sonar.jdbc.password to VALUE HIDDEN
9:26:25 PM Setting sonar.jdbc.url to VALUE HIDDEN
9:26:25 PM Setting sonar.jdbc.username to VALUE HIDDEN
9:26:25 PM HTTP_PLATFORM_PORT is: 12946
9:26:25 PM Updating sonar.web.port to 12946
9:26:25 PM Saving updated sonar.properties contents
9:26:25 PM SQ version: 10.7.0.96327
9:26:25 PM SQ ver < 9.6, use wrapper.conf
9:26:25 PM Searching for wrapper.conf file
9:26:26 PM Could not find wrapper.conf

Not sure what I am doing wrong?

Hi,

This doesn’t look any log from SonarQube I ever saw. Are you using a third-party tool or wrapper to start the SonarQube server?

These lines seem to indicate that this tool is treating SQ 10.7 as if it were less than 9.6, which is obviously incorrect.

Check the official SQ docs on how to start SonarQube correctly: Operating the server

You are right, I was using an older version of this PowerShell:

To help the deployment in Azure App Service.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.