View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0028528 | mantisbt | administration | public | 2021-05-11 07:25 | 2023-05-03 03:48 |
Reporter | dregad | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | 2.0.0 | ||||
Target Version | 2.26.0 | Fixed in Version | 2.26.0 | ||
Summary | 0028528: Outdated PostgreSQL version information in Admin Checks | ||||
Description | The Version support information for PostgreSQL in check_database_inc.php has not been updated since release 2.0.0 (end of 2016). At the time, 9.6 was the latest release and we're currently at 13. This causes the Admin checks to display the following warning:
| ||||
Tags | No tags attached. | ||||
MantisBT: master bce35bac 2021-05-10 09:05 Details Diff |
Admin check: Update PostgreSQL supported versions Code was adapted to the change in PostgreSQL's version numbering policy: until version 10, major releases increased the 1st or 2nd number; after that, only the 1st one is bumped. The versions' EOL date was updated to match the final release's [[1]], instead of the initial release date + 5 years used until now. [1]: https://www.postgresql.org/support/versioning/ Fixes 0028528 |
Affected Issues 0028528 |
|
mod - admin/check/check_database_inc.php | Diff File | ||
MantisBT: master 8c5b133e 2023-05-02 17:56 Details Diff |
Admin check: Fix / Update PostgreSQL supported versions Fix date for version 11 Add dates for versions 14 and 15 Issue 0028528 |
Affected Issues 0028528 |
|
mod - admin/check/check_database_inc.php | Diff File |