Does SonarQube (Sonar) support replication/high availability solution? My goal is to have a failover SonarQube instance for if/when there's hardware failure on the machine the current instance is running on.
相关问题
- Sonarqube: Squid Rules customization/suppression
- 2 instances of Sonar on same machine
- CA0001: Object reference not set to an instance of
- Gallio error : MSTest executable was not found
- Using Sonar MSBuild Runner with /p:IsPackaging=Tru
相关文章
- SonarQube: How to suppress a warning in Kotlin cod
- @Nullable and SonarQube 'Conditionally execute
- Property 'sonar.jacoco.reportPath' is depr
- This version of OSX is not able to perform the nec
- Please provide compiled classes of your project wi
- Execute sonar-runner in TFS build
- sonar-maven-plugin 5.1.1 not found
- Why sonar-maven-plugin-3.0.1.jar cannot be found w
There's currently no support for clustering with SonarQube.
What you can do for the moment is only to have prepared virtual machines that you can start when there's a failure on the SonarQube instance. Obviously, there will be the startup time during which the service won't be available - but that's the best you can do for the moment.
SonarQube Data Center Edition provides high availability. It is not available with the free Community Edition or the lower tier paid editions.