SonarQube :: 当前版本太旧。请先升级到长期支持版本

SonarQube :: Current version is too old. Please upgrade to Long Term Support version firstly

我下载了 sonarqube-5.6 并配置了 sonar.properties 。我的mysql版本是5.6,java版本是1.8。当我启动声纳时出现错误当前版本太旧,而我的声纳是 5.6。这是错误日志和 sonar.properties

 2016.08.03 18:30:13 INFO  web[o.s.s.p.ServerImpl] SonarQube Server / 5.6 / 074f3d1169f9688d15af4aff67e7e672cbeed782
    2016.08.03 18:30:13 INFO  web[o.sonar.db.Database] Create JDBC data source for jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true&useConfigs=maxPerformance
    2016.08.03 18:30:13 ERROR web[o.a.c.c.C.[.[.[/sonar]] Exception sending context initialized event to listener instance of class org.sonar.server.platform.PlatformServletContextListener
    org.sonar.api.utils.MessageException: Current version is too old. Please upgrade to Long Term Support version firstly.

Sonar.properties

sonar.jdbc.username=sonar
sonar.jdbc.password=sonar
sonar.jdbc.url=jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEn
coding=utf8&rewriteBatchedStatements=true&useConfigs=maxPerformance

编辑::

请注意我使用的是 http://docs.sonarqube.org

最新的 5.6 版本

说 "you must first upgrade to 4.5.x - I'd recommend 4.5.7 - and then upgrade to 5.3." 。我没有得到这个,我应该安装较低版本的拳头并将其升级到 5.6 还是什么

版本 5.6 无法从 4.5.x 之前的版本升级。看来是你的情况,所以你应该先升级到4.5.x(推荐最新的4.5.7)再升级到5.6.