SonarQube Fails to Start When Upgrading to PostgreSQL10

For me I had to remove the schema bit at the end of:

sonar.jdbc.url=jdbc:postgresql://localhost/sonarqube?currentSchema=my_schema

To:

sonar.jdbc.url=jdbc:postgresql://localhost/*DataBaseName*

1 Like