diff options
author | kevin.hinz <107544908+kevin-hinz@users.noreply.github.com> | 2022-07-29 11:34:48 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-07-29 20:03:15 +0000 |
commit | 30480b9337f8139ea52c959c382c003b2ea9461f (patch) | |
tree | b37b277097fd4c3b92dfd3cd27ade23cf98c7d9d /server/sonar-docs | |
parent | 25fb8fb9ff61ebb61b4b73c8d76763ccd51c1e15 (diff) | |
download | sonarqube-30480b9337f8139ea52c959c382c003b2ea9461f.tar.gz sonarqube-30480b9337f8139ea52c959c382c003b2ea9461f.zip |
SONAR-16438 replace missing text (#6382)
Diffstat (limited to 'server/sonar-docs')
-rw-r--r-- | server/sonar-docs/src/pages/setup/upgrading.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/server/sonar-docs/src/pages/setup/upgrading.md b/server/sonar-docs/src/pages/setup/upgrading.md index f0756aa28d5..dbd50870c59 100644 --- a/server/sonar-docs/src/pages/setup/upgrading.md +++ b/server/sonar-docs/src/pages/setup/upgrading.md @@ -139,4 +139,10 @@ If you use an external configuration, such as a script or Windows Service to con sc config SonarQube binPath= "\"$NEW_SONAR_HOME\bin\windows-x86-64\wrapper.exe\" -s \"$NEW_SONAR_HOME\conf\wrapper.conf\"" ``` +### Rebuilding indexes +If your upgrade requires the rebuild of Elasticsearch indexes, your projects and Applications will become available as they are reindexed. Portfolios won't be available until all projects are indexed. + +## Release upgrade notes + +Usually SonarQube releases come with some specific recommendations for upgrading from the previous version. You should read the upgrade notes for each version between your current version and the target version. |