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

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -