diff options
author | michaelbirnstiehl <michael.birnstiehl@sonarsource.com> | 2021-05-28 14:08:03 -0500 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-06-01 20:51:24 +0000 |
commit | 27c4809e437baeb3f8395c4139a0f1401797dbc9 (patch) | |
tree | 759b53a0610586d1b23aacd1e31f4d1b2da0e574 | |
parent | ec48ff5ed96425d649adae8920e23e2a35c311bf (diff) | |
download | sonarqube-27c4809e437baeb3f8395c4139a0f1401797dbc9.tar.gz sonarqube-27c4809e437baeb3f8395c4139a0f1401797dbc9.zip |
SONAR-14867 Document migrating from the zip file to docker
-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 9f3d4b465d1..a511bb5e86d 100644 --- a/server/sonar-docs/src/pages/setup/upgrading.md +++ b/server/sonar-docs/src/pages/setup/upgrading.md @@ -89,6 +89,12 @@ 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. +## Migrating from a ZIP file instance to a Docker instance +To migrate from the ZIP file to Docker: +1. Configure your Docker instance to point to your existing database. +2. Shut down your ZIP instance. +3. Start your Docker instance. + ## Additional Information ### Oracle Clean-up |