-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 5.11.4.1, 5.12.5, 5.13.2, 5.14.5
-
Component/s: Database (Postgresql), Upgrading
-
None
-
Severity 3 - Minor
Summary
The validation task 51111 fails to detect Postgres 8.x.x database server as unsupported for Bamboo versions 5.11 up to 5.14.
Environment
Bamboo 5.11 to 5.14 (included) using Postgres database 8.x.x
Steps to Reproduce
Start a Bamboo version from 5.11 up to 5.14 included with Postgres 8.x.x database.
Expected Results
The validation fails and the database is reported as unsupported in the logs.
Actual Results
The validation passes and the logs report that the database version is supported:
INFO [localhost-startStop-1] [AbstractUpgradeManager] 51111 : Verify DB compatibility INFO [localhost-startStop-1] [AbstractUpgradeManager] ------------------------------- INFO [localhost-startStop-1] [DatabaseIsSupported] Testing compatibility of [PostgreSQL 8.4.20] with this version of Bamboo. INFO [localhost-startStop-1] [DatabaseIsSupported] Detected POSTGRESQL version 8.4.0, your DBMS version is supported.
Workaround
There is no workaround.