Must-share information (formatted with Markdown):
- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
- what are you trying to achieve
- what have you tried so far to achieve this
Hi there
I have sonarqube community edition 7.5 (build 20543) which I want to upgrade to 8.6. Reading through the docs I can see I have to upgrade to the next LTS first, which looks to be 7.9.5.
I am on Debian 9 linux server with 16gb ram. I have a locally running postgres database. Sonarqube 7.5 has been running without issues for at least 12 months or so.
I have shutdown 7.5 and started 7.9.5, and I get the following in the console:
jvm 1 | 2021.01.13 14:12:05 WARN app[startup] ################################################################################
jvm 1 | 2021.01.13 14:12:05 WARN app[startup] The database must be manually upgraded. Please backup the database and browse /setup. For more information: https://docs.sonarqube.org/latest/setup/upgrading
jvm 1 | 2021.01.13 14:12:05 WARN app[startup] ################################################################################
However I see no reference on how to manually upgrade the database. Can anyone point me towards what I need to do?