diff options
author | Zipeng WU <zipeng.wu@sonarsource.com> | 2022-08-12 14:21:46 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-08-12 20:02:57 +0000 |
commit | b5ba74b818f1ce4ef6720bfdeeb6fb720e7cece1 (patch) | |
tree | 3514e9674257cdbe6714ec464414e3c93031c629 /server/sonar-docs/src/pages | |
parent | b870c819981605b5f9dcf10f1a8a57a6216379d2 (diff) | |
download | sonarqube-b5ba74b818f1ce4ef6720bfdeeb6fb720e7cece1.tar.gz sonarqube-b5ba74b818f1ce4ef6720bfdeeb6fb720e7cece1.zip |
Remove all wrapper.conf reference
Diffstat (limited to 'server/sonar-docs/src/pages')
-rw-r--r-- | server/sonar-docs/src/pages/setup/upgrading.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/setup/upgrading.md b/server/sonar-docs/src/pages/setup/upgrading.md index c9673b72019..cfe08245e29 100644 --- a/server/sonar-docs/src/pages/setup/upgrading.md +++ b/server/sonar-docs/src/pages/setup/upgrading.md @@ -23,7 +23,7 @@ You can upgrade your SonarQube instance using the ZIP file, Docker image, or Hel | | 1. Download and unzip the SonarQube distribution of your edition in a fresh directory, let's say `$NEW_SONAR_HOME` | 2. If you're using third-party plugins, Manually install plugins that are compatible with your version of SonarQube. Use the [Plugin Version Matrix](/instance-administration/plugin-version-matrix/) to ensure that the versions you install are compatible with your server version. Simply copying plugins from the old server to the new is not recommended; incompatible or duplicate plugins could cause startup errors. Analysis of all languages provided by your edition is available by default without plugins. -| 3. Update the contents of `sonar.properties` and `wrapper.conf` files (in `$NEW_SONAR_HOME/conf`) with the settings of the related files in the `$OLD_SONAR_HOME/conf` directory (web server URL, database, ldap settings, etc.). Do not copy-paste the old files. +| 3. Update the contents of `sonar.properties` file (in `$NEW_SONAR_HOME/conf`) with the settings in the `$OLD_SONAR_HOME/conf` directory (web server URL, database, ldap settings, etc.). Do not copy-paste the old files. | If you are using the Oracle DB, copy its JDBC driver into `$NEW_SONAR_HOME/extensions/jdbc-driver/oracle` | 4. Stop your old SonarQube Server | 5. Start your new SonarQube Server |