PR decoration not working

Hi,
I am using licenced SonarQube 9.5.0 developer edition, I have integrated Azure DevOps in the SonarQube portal, and whenever a PR is raised in Azure DevOps, the sonar scan runs for that PR and the report is getting published to SonarQube portal but PR decoration is not working, meaning the Quality gate report is not showing on the PR.
I tried a couple of fixes mentioned in the sonar documentation, but the issue persists, need help in fixing this issue

Hi,

Your version is past EOL. You should upgrade to either the latest version or the current LTA (long-term active version) at your earliest convenience. Your upgrade path is:

9.5 → 9.9.6 → 10.6 (last step optional)

You may find these resources helpful:

If you have questions about upgrading, feel free to open a new thread for that here.

If your issue persists after upgrade, please come back to us.

Hi,
while upgrading to newer version can it cause any discrepancy in Database?
because earlier I tried upgrading the image, it started showing DB not compatible, upgrade Database first logs,
just fyi I am using psql database, and my sonar instance is deployed in kubernetes cluster

Did you get a more specific error message?

After changing the image version from 9.5 to 9.9.6-developer
getting this page


Not seeing any specific error message or exact issue

Hi @priyanshutripathi,

After the upgrade did you navigate to this path? http://yourSonarQubeServerURL/setup

Please refer to the documentation here - https://docs.sonarsource.com/sonarqube/latest/setup-and-upgrade/upgrade-the-server/upgrade/#Docker-instance

Even after the database reindexing, if you see this issue, you should look at the logs.

-Aravind