aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichaelbirnstiehl <michael.birnstiehl@sonarsource.com>2021-10-25 13:14:42 -0500
committersonartech <sonartech@sonarsource.com>2021-10-26 20:03:36 +0000
commitfc955591746ecc0743c4733907045a3b21fb1dff (patch)
tree063402761c6e08c7c72f5dd632d52a9278567254
parent5c3a973802191bec47083ae0b3ca27f4818a4fae (diff)
downloadsonarqube-fc955591746ecc0743c4733907045a3b21fb1dff.tar.gz
sonarqube-fc955591746ecc0743c4733907045a3b21fb1dff.zip
SONAR-15421 Document upgrading version and edition simultaneously
-rw-r--r--server/sonar-docs/src/pages/setup/upgrading.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/setup/upgrading.md b/server/sonar-docs/src/pages/setup/upgrading.md
index edd7111f6b7..f0756aa28d5 100644
--- a/server/sonar-docs/src/pages/setup/upgrading.md
+++ b/server/sonar-docs/src/pages/setup/upgrading.md
@@ -100,8 +100,9 @@ If you need to revert to the previous version of SonarQube, the high-level rollb
4. Start your SonarQube instance or cluster.
## Changing your edition
+You can move to a different SonarQube edition (for example, moving from Community Edition to a commercial edition) while you're upgrading your version. Just use the appropriate edition file or Docker image tag in the upgrade instructions above.
-If you're moving to a different edition within the same version of SonarQube (for example, from Community Edition to a commercial edition), the steps are exactly the same as above without needing to navigate to `http://yourSonarQubeServerURL/setup` or reanalyze your projects.
+If you want to move to a different edition without upgrading your SonarQube version, the steps are exactly the same as in the upgrading instructions above without needing to navigate to `http://yourSonarQubeServerURL/setup` or reanalyze your projects.
## Migrating from a ZIP file instance to a Docker instance
To migrate from the ZIP file to Docker: