diff options
Diffstat (limited to 'server/sonar-docs/src/pages/setup/upgrading.md')
-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 |