SonarQube Server Configuration

Hello Team!

I have installed SonarQube 7.1 Community Edition. is it possible to configure more than one SonarQube server in SonarQube 7.1 Community Edition?

From which version of SonarQube Community Edition supports more than one server?

Regards,
Sangeetha

Hello @SangeethaSivanesan11,

Welcome to our community forum!
SonarQube server architecture should follow this documentation: https://docs.sonarqube.org/latest/architecture/architecture-integration/

Why do you want to set up more than one SonarQube Server? Do you have specific constraints or limitations in your company?

And following your post, I would recommend to first upgrade to either our last LTS (7.9.3) or the latest version (8.3) to be on a supported version and benefit from the last developments, features, rules etc.

Let us know what you would like to achieve and set up,

Carine

Hi @Carine_Bayon.

Thanks for your reply.

The main reason of having more than one SonarQube server is to avoid single point failure and which should not impact the other process.

We had installed and configured latest version of SonarQube (8.3). In Latest Version SonarQube 8.3.1 Community Edition (https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-8.3.1.34397.zip), Its expecting to configure “sonar.cluster.node.host” property in sonar.properties file in both search and web node. What should be configured in “sonar.cluster.node.host” property in cluster model?

We are facing below error while starting the server with “sonar.cluster.node.host” property as either localhost or 0.0.0.0 in search node,

“WrapperSimpleApp: Encountered an error running main: org.sonar.process.MessageException: Property sonar.cluster.node.host must be a local non-loopback address: 0.0.0.0”

Thanks,
Sangeetha