I’m upgrading from sonarqube 8.0 to 8.4 via sonarqube zip file on centos.
DB is currently PostgreSQL 10.9, and PostgreSQL 10 is listed with a green check here:
https://docs.sonarqube.org/latest/requirements/requirements/
I am getting the following error message in both web.log and sonar.log regarding the DB needing to be upgraded, but it doesn’t make sense to me according to the requirements listed on the sonarqube website:
The database must be manually upgraded. Please backup the database and browse /setup. For more information: https://docs.sonarqube.org/latest/setup/upgrading
What version of PostgreSQL would I have to upgrade to? The error message doesn’t specify, and the sonarqube website provides incorrect information since it lists PostgreSQL 10, 11, and 12 all as compatible with the latest version of SonarQube currently.