diff options
author | michaelbirnstiehl <michael.birnstiehl@sonarsource.com> | 2021-10-25 13:14:42 -0500 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-10-26 20:03:36 +0000 |
commit | fc955591746ecc0743c4733907045a3b21fb1dff (patch) | |
tree | 063402761c6e08c7c72f5dd632d52a9278567254 | |
parent | 5c3a973802191bec47083ae0b3ca27f4818a4fae (diff) | |
download | sonarqube-fc955591746ecc0743c4733907045a3b21fb1dff.tar.gz sonarqube-fc955591746ecc0743c4733907045a3b21fb1dff.zip |
SONAR-15421 Document upgrading version and edition simultaneously
-rw-r--r-- | server/sonar-docs/src/pages/setup/upgrading.md | 3 |
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: |