The Board Project is Empty

Hello everyone,

I’m trying to deploy Sonarqube via a web app. I did the configuration well with a Docker Compose by specifying the connection to the database. Everything works fine until I see my empty Project page while in the database, I have many projects that are saved.
I can still see them in Administration > Project > Management. But not on the homepage.

I am on version 9.2.4

Thanks

Hi,

Welcome to the community!

You say you used Docker Compose… so not the supported images we offer? The projects page is fed from the Elasticsearch indices so it sounds like something going on with them. The docs might help.

 
HTH,
Ann

Thank for the reply G Ann, When I check this doc, I must delete the folder opt/sonarqube/data/es7. But How can you do that from a docker compose ?

Hi,

You would delete it from the volume you set up?

 
Ann