From 27c4809e437baeb3f8395c4139a0f1401797dbc9 Mon Sep 17 00:00:00 2001 From: michaelbirnstiehl Date: Fri, 28 May 2021 14:08:03 -0500 Subject: [PATCH] SONAR-14867 Document migrating from the zip file to docker --- server/sonar-docs/src/pages/setup/upgrading.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.5