I notice SonarQube 7.3 has now removed support for PostgreSQL 9.2. Why is this? The issue notes for this don’t seem to indicate why this has been done.
MariaDB 5.5/PostgreSQL 9.2 are still the main versions deployed on RHEL/CentOS systems, it would be helpful at least if support for one of these two continued, at least until the next LTS milestone.
It’s not because we don’t mark anymore a db version as not supported that it will not work on SonarQube.
It mainly means that we won’t check anymore that it’s working correctly (we won’t run our internal tests on it).
So indeed it’s not possible to use PostgreSQL 9.2, I forget that this one is really too old.
You need at least to upgrade to 9.3, even if I you recommend you to jump to 10.X
Thanks for responding, but I would really like to see this enforced limit ‘removed’ unless their a significant technical limit as to why Sonar cannot run on PostgreSQL 9.2 (or MySQL 5.5 for that matter.) If anything I would be curious to know what Sonar is doing that 9.2/5.5 cannot do. If it’s purely as the Sonar team are not testing, then a warning of untested/unsupported would be fine and a risk for us to take.
It’s easy to say ‘just upgrade’, however, in reality that is not always an option.