aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/src/pages/setup
diff options
context:
space:
mode:
authorvivek-reghunath-sonarsource <102816954+vivek-reghunath-sonarsource@users.noreply.github.com>2022-08-09 09:04:28 +0200
committersonartech <sonartech@sonarsource.com>2022-08-11 20:03:47 +0000
commit095a34a52e5917e7bc479d354821aad1ba04db91 (patch)
tree540e0bc5660d1b1510359a55776120516a01c8c2 /server/sonar-docs/src/pages/setup
parent056ad753c9c766a2441f66f181624c79227541a3 (diff)
downloadsonarqube-095a34a52e5917e7bc479d354821aad1ba04db91.tar.gz
sonarqube-095a34a52e5917e7bc479d354821aad1ba04db91.zip
Upgrade node to JSW removal
With JSW replaced. There are two changes that users should know about. 1. Change in how Sonar should be run as a service on Windows 2. Change in how to select Java version
Diffstat (limited to 'server/sonar-docs/src/pages/setup')
-rw-r--r--server/sonar-docs/src/pages/setup/upgrade-notes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/sonar-docs/src/pages/setup/upgrade-notes.md b/server/sonar-docs/src/pages/setup/upgrade-notes.md
index 1af4a95072a..1cba7b0cb0a 100644
--- a/server/sonar-docs/src/pages/setup/upgrade-notes.md
+++ b/server/sonar-docs/src/pages/setup/upgrade-notes.md
@@ -12,6 +12,10 @@ url: /setup/upgrade-notes/
**Token expiry**
New tokens can now have an optional expiration date. Expired tokens cannot be used and must be updated. With [Enterprise Edition](https://redirect.sonarsource.com/editions/enterprise.html) and [above](https://redirect.sonarsource.com/editions/editions.html), system administrators can set a maximum lifetime for new tokens. See [Security](/instance-administration/security/) documentation for more information. ([SONAR-16565](https://sonarsource.atlassian.net/browse/SONAR-16565), [SONAR-16566](https://sonarsource.atlassian.net/browse/SONAR-16566)).
+**Running SonarQube as a Service and Java version selection**
+* To install, uninstall, start or stop SonarQube as a service on Windows, now you should use `%SONAR_HOME%\bin\windows-x86-64\SonarService.bat install`. See [Operating the Server](/setup/operate-server/) and [Upgrade Guide](/setup/upgrading/) for more information.
+* If there are multiple versions of Java installed on your server, to select specific Java version to be used, set the environment variable `SONAR_JAVA_PATH`. Read more [here](/setup/install-server/).
+
[Full release notes](https://sonarsource.atlassian.net/browse/SONAR-16563?jql=project%3D10139%20AND%20fixVersion%3D12631)
## Release 9.5 Upgrade notes