sonar jdbc properties are not supported anymore in sonarqube 5.3 version -
i using sonarqube 5.3 latest version , when configure sonar jdbc properties in properties file using
property "sonar.jdbc.url", "jdbc:mysql://localhost:3306/sonar") property "sonar.jdbc.username", "root") property "sonar.jdbc.password", "root")
i warning message
property 'sonar.jdbc.url' not supported more. ignored. there no longer db connection sq database. property 'sonar.jdbc.username' not supported more. ignored. there no longer db connection sq database. property 'sonar.jdbc.password' not supported more. ignored. there no longer db connection sq database.
how configure external database , not use embedded database provided sonarqube?
you need configure sonar.host.url
. communication between scanner , server done web services, , scanner no longer talks database @ all.
Comments
Post a Comment