View Issue Details

IDProjectCategoryView StatusLast Update
0028528mantisbtadministrationpublic2023-10-31 16:32
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version2.0.0 
Target Version2.26.0Fixed in Version2.26.0 
Summary0028528: 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:

PostgreSQL version support information availability
Release information for version 10.1 is not available. Since it is more recent than 9.6, we assume it is supported. Please refer to the PostgreSQL release support policy to make sure.

TagsNo tags attached.

Relationships

related to 0028525 closedatrol Using MySQL 8.0 gives warning in admin checks 

Activities

dregad

dregad

2023-05-03 03:48

developer   ~0067737

Update up to PostgreSQL version 15 see https://github.com/mantisbt/mantisbt/pull/1889

Related Changesets

MantisBT: master bce35bac

2021-05-10 09:05

dregad


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

atrol


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