From b5202ed9dae73944315fdf4a65b6fd6f1046bc7b Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Thu, 4 Feb 2016 17:03:32 +0100 Subject: [PATCH] SONAR-5947 Simplify the "System Upgrade" tab of the "Update Center" page --- .../templates/update-center-system-update.hbs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/server/sonar-web/src/main/js/apps/update-center/templates/update-center-system-update.hbs b/server/sonar-web/src/main/js/apps/update-center/templates/update-center-system-update.hbs index 58153168950..fca982cf447 100644 --- a/server/sonar-web/src/main/js/apps/update-center/templates/update-center-system-update.hbs +++ b/server/sonar-web/src/main/js/apps/update-center/templates/update-center-system-update.hbs @@ -35,20 +35,20 @@
  1. - Download SonarQube and start it on an empty DB (the bundled H2 DB for instance). + Download the new SonarQube version and start it on an empty DB (the bundled H2 DB for instance).
  2. - Install (from the update center) every plugin you want to have. + Install (from the update center) the plugins you want.
  3. - Install your own made plugins (if any). + Install your custom plugins (if any).
  4. - Update the conf/sonar.properties file to use relevant former configuration (that includes at - least the connection to your production DB). + Update the conf/sonar.properties file to use the relevant configurations from your old instance, + including the connection information for your production DB.
  5. - Make sure that the previous version of SonarQube running on your production DB is stopped. + Stop your old SonarQube server.
  6. Restart the new SonarQube instance: you're done! -- 2.39.5