From dc25d66b37eee1ca074749ca0991015674c26ed8 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Wed, 3 Feb 2016 18:07:15 +0100 Subject: SONAR-5947 Simplify the "System Upgrade" tab of the "Update Center" page --- .../templates/update-center-system-update.hbs | 37 ++++++++++++---------- 1 file changed, 20 insertions(+), 17 deletions(-) (limited to 'server/sonar-web/src') 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 bc50d859efc..58153168950 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 @@ -33,24 +33,27 @@
How to upgrade
- +
  • + Install (from the update center) every plugin you want to have. +
  • +
  • + Install your own made plugins (if any). +
  • +
  • + Update the conf/sonar.properties file to use relevant former configuration (that includes at + least the connection to your production DB). +
  • +
  • + Make sure that the previous version of SonarQube running on your production DB is stopped. +
  • +
  • + Restart the new SonarQube instance: you're done! +
  • + -- cgit v1.2.3