diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-02-04 17:03:32 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-02-04 17:03:39 +0100 |
commit | b5202ed9dae73944315fdf4a65b6fd6f1046bc7b (patch) | |
tree | 3203ca6456d5206de64d1a2d753681f55de0ee02 /server | |
parent | 394d7c391c6a676f758b840027dd0b70b3942bbd (diff) | |
download | sonarqube-b5202ed9dae73944315fdf4a65b6fd6f1046bc7b.tar.gz sonarqube-b5202ed9dae73944315fdf4a65b6fd6f1046bc7b.zip |
SONAR-5947 Simplify the "System Upgrade" tab of the "Update Center" page
Diffstat (limited to 'server')
-rw-r--r-- | server/sonar-web/src/main/js/apps/update-center/templates/update-center-system-update.hbs | 12 |
1 files 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 @@ </div> <ol class="js-plugin-update-steps list-styled overflow-hidden bordered-left"> <li class="little-spacer-bottom"> - 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). </li> <li class="little-spacer-bottom"> - Install (from the update center) every plugin you want to have. + Install (from the update center) the plugins you want. </li> <li class="little-spacer-bottom"> - Install your own made plugins (if any). + Install your custom plugins (if any). </li> <li class="little-spacer-bottom"> - Update the <code>conf/sonar.properties</code> file to use relevant former configuration (that includes at - least the connection to your production DB). + Update the <code>conf/sonar.properties</code> file to use the relevant configurations from your old instance, + including the connection information for your production DB. </li> <li class="little-spacer-bottom"> - Make sure that the previous version of SonarQube running on your production DB is stopped. + Stop your old SonarQube server. </li> <li> Restart the new SonarQube instance: you're done! |