Projects are not visible in home page and where as i can see all projects in administration tab

Must-share information (formatted with Markdown):

  • which versions are you using (9.9.1 LTS)
  • how is SonarQube deployed: zip

Hi,

I am unable to see the number of projects in projects home page. Please let me know is there any issue with RDS DB schema. I am using below for jdbc url for this Sonarqube application.
sonar.jdbc.url=jdbc:postgresql://sonarqube-postgres-pr.aws.com:5432/sonarq?currentSchema=sonar
I am assuming the issue is with /sonarq?currentSchema=sonar, it should be sonar.jdbc.url=jdbc:postgresql://sonarqube-postgres-pr.aws.com:5432/sonarqube right…?

Please check and let us know for what needs to be done.

Thanks!

Hey there.

Tthis sounds like an Elasticsearch problem. Shut down the server. Delete $SONARQUBE-HOME/data/es7 , and restart the server.