My concern is that if I upgrade to a higher version, SQ wont be able to talk to the Postgres DB anymore. I want to know what is the best approach to perform this upgrade. Here’s what the relevant Dockercompose code looks like.
So @Colin I found something odd. When I apply the new release version, I can see in the logs the new sonar-application-9.9.1.69595.jar file is running, however when I login to the web console and check the version, it still shows the old version, any ideas why ?
My instinct would be that the logs you’re seeing don’t actually correspond to the SonarQube service that’s running (that you’re accessing via the web browser), or that you have both services running simultaneously.
Instead of sharing screenshots of logs, can you share the full logs from when you run docker compose up?