How to change data folder in sonarqube? I need to change the installation data folder to other location, is it possible? Who is the responsible of write & change this folder? Is the wrapper? I can change de location of h2 database but not the data folder location. I use Sonarqube 5.0
相关问题
- 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
See in your
sonar.properties
:You can uncomment the line
sonar.path.data
and set the value as needed.I guess that you'll have to follow the update instructions from sonarqube, as if you were to update sonarqueb to other folder/version, and remove the steps involved in the update.
http://docs.sonarqube.org/display/SONAR/Upgrading
I would try this: