Projects not visible in dashboard

Hi there,

I’ve recently upgraded from SonarQube 9.2 Community to SonarQube 9.2 Developer.
Installed and updated via official Docker images, following the guidelines.

Before upgrade, we had 2 projects.
Today (a few days after upgrade), we’ve added 1 new project. And, today I realized that on the Projects dashboard (/projects) only this 1 new project is listed (1 of 1 shown). However, I can find and view other 2 projects via Search and in the Administration panel. I have only 1 user (Admin), I am logged in and I’ve checked the permissions - everything looks fine.

I’ve read around the Community Forum that this could be due to corrupted ES data or so, but I did not find how to properly delete/refresh this when running SonarQube in Docker container.

Perhaps the useful information is, that before the update, we had only bind-mount sonarqube data/logs/extensions folders into container, but now we are using volumes as suggested in the docs (exactly as in the docker-compose example). I assume this is why some data is missing.

Before I do something wrong on my own, kindly let me know how should I proceed or what am I missing?

Thank you in advance!

BR,
Paula

Hi @paula.kokic.bhs,

Could you please share what was the problem ?
i am seeing similar problem.

Thanks,
Gourav

Hi Gourav,

I hate that Paula didn’t get a timely answer to this. Sorry @paula.kokic.bhs!

The answer to the question about the corrupted ES indices is to

  • stop the server
  • delete the ES data
  • restart the server

The indices will be recreated automatically.

 
HTH,
Ann

Hi @agourav1989 ,

Honestly, I don’t remember anymore how did I solve this, I think I’ve reinstalled everything at the end because I had some other problems as well… :see_no_evil:

@ganncamp All good! :slight_smile:

BR,
Paula

1 Like