From: Stas Vilchik Date: Wed, 3 Feb 2016 17:07:15 +0000 (+0100) Subject: SONAR-5947 Simplify the "System Upgrade" tab of the "Update Center" page X-Git-Tag: 5.4-M12~11 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dc25d66b37eee1ca074749ca0991015674c26ed8;p=sonarqube.git SONAR-5947 Simplify the "System Upgrade" tab of the "Update Center" page --- 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! +
  • +