I want to upgrade sonarqube 4.1 to latest version(5.1).So what steps i need to do and follow? and what is the best strategy to upgrade server?
Thanks,
I want to upgrade sonarqube 4.1 to latest version(5.1).So what steps i need to do and follow? and what is the best strategy to upgrade server?
Thanks,
First try to install a previous version, for example 5.0.1. If this work then install the newest version.
Download SonarQube: http://www.sonarqube.org/downloads/
sonarqube-5.1.1.zip
)sonar.properties
and wrapper.conf
files located in <SONAR_HOME>/conf
(don't replace the files, modify parameters)<SONAR_HOME>/extensions/plugins
(check plugins matrix compatibility)<SONAR_HOME>/extensions/drivers
<SONAR_HOME>
in service file, e.g /etc/init.d/sonar
<SONAR_HOME>/logs
Everything is on the SonarQube wiki: http://docs.sonarqube.org/display/SONAR/Upgrading