Must-share information (formatted with Markdown):
- Current Sonarqube versionl:
8.9
- How is SonarQube deployed: Docker (CloudRun GCP) + CloudSQL database (GCP)
- What are you trying to achieve: We want to upgrade from
8.9
to9.9 LTS
and then switch to developer edition - What have you tried so far to achieve this:
** Upgrading Postgres from version13
to15
** Before doing this we got a constant error message ofThe version of SonarQube you are trying to upgrade from is too old. Please upgrade to the 9.9 Long-Term Active version first."
despite us going from8.9
to9.9
.
We pulled the image viadocker pull sonarqube:9.9-community
I’ve tried appending /setup to the end of my url but the wheel just spins and eventually I get “Service Unavailable”