aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/src/pages/setup
diff options
context:
space:
mode:
authorG. Ann Campbell <ann.campbell@sonarsource.com>2020-03-17 10:54:18 -0400
committersonartech <sonartech@sonarsource.com>2020-03-17 20:04:40 +0000
commit7af2fb3c369893888c896bd838047e6bf7d33da2 (patch)
tree366869819b4772cbd4f330bc0d8ece8589acf265 /server/sonar-docs/src/pages/setup
parent28f277c47eb71945543cca2de1e4f01677dd8742 (diff)
downloadsonarqube-7af2fb3c369893888c896bd838047e6bf7d33da2.tar.gz
sonarqube-7af2fb3c369893888c896bd838047e6bf7d33da2.zip
DOC Remove 6.7-specific info
+ minor general cleanup.
Diffstat (limited to 'server/sonar-docs/src/pages/setup')
-rw-r--r--server/sonar-docs/src/pages/setup/upgrading.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/server/sonar-docs/src/pages/setup/upgrading.md b/server/sonar-docs/src/pages/setup/upgrading.md
index da717412459..91e7f17a779 100644
--- a/server/sonar-docs/src/pages/setup/upgrading.md
+++ b/server/sonar-docs/src/pages/setup/upgrading.md
@@ -3,15 +3,14 @@ title: Upgrade the Server
url: /setup/upgrading/
---
-<!-- sonarqube -->
Upgrading across multiple, non-LTS versions is handled automatically. However, if you have an LTS version in your migration path, you must first migrate to this LTS and then migrate to your target version.
-Example 1 : 5.1 -> 7.0, migration path is 5.1 -> 5.6.7 LTS -> 6.7.x LTS -> 7.0
-Example 2 : 6.2 -> 6.7, migration path is 6.2 -> 6.7.x LTS (where x is the latest patch available for 6.7 - you don't need to install all the intermediary patches, just take the latest)
+Example 1 : 6.1 -> 8.1, migration path is 6.1 -> 6.7.7 LTS -> 7.9.x LTS -> 8.1
+Example 2 : 7.2 -> 7.9, migration path is 7.2 -> 7.9.x LTS (where x is the latest patch available for 7.9 - you don't need to install all the intermediate patches, just take the latest)
## Upgrade Guide
-This is a generic upgrade guide. Carefully read the [Release Upgrade Notes](/setup/upgrade-notes/) of your target version and of any intermediate version(s).
+This is a generic guide for upgrading across versions of SonarQube. Carefully read the [Release Upgrade Notes](/setup/upgrade-notes/) of your target version and of any intermediate version(s).
[[warning]]
| Before you start, back up your SonarQube Database. Upgrade problems are rare, but you'll want the backup if anything does happen.
@@ -80,6 +79,9 @@ To upgrade to SonarQube 8.2+:
No specific Docker operations are needed, just use the new tag.
+## Edition Upgrade
+If you're moving to a different edition within the same version (upgrade or downgrade) the steps are exactly the same as above, without the need to browse to `http://yourSonarQubeServerURL/setup` or reanalyze your projects.
+
## Additional Information
### Oracle Clean-up
@@ -109,5 +111,3 @@ In case you used the InstallNTService.bat to install SonarQube as a Windows Serv
## 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.
-
-<!-- /sonarqube -->