mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-07 18:14:12 +01:00
N°2330 Change MySQL min version
Reasons : * the min version was announced on a public wiki page (https://www.itophub.io/wiki/page?id=2_7_0%3Ainstall%3Ainstalling_itop#software_requirements) * MySQL 5.6 end of life was reached in feb. 2021 (https://endoflife.software/applications/databases/mysql)
This commit is contained in:
@@ -94,7 +94,7 @@ class SetupUtils
|
||||
{
|
||||
// -- Minimum versions (requirements : forbids installation if not met)
|
||||
const PHP_MIN_VERSION = '7.1.3'; // 7 will be supported until the end of 2019 (see http://php.net/supported-versions.php)
|
||||
const MYSQL_MIN_VERSION = '5.6.0'; // 5.6 to have fulltext on InnoDB for Tags fields (N°931)
|
||||
const MYSQL_MIN_VERSION = '5.7.0'; // 5.6 is no longer supported
|
||||
const MYSQL_NOT_VALIDATED_VERSION = ''; // MySQL 8 is now OK (N°2010 in 2.7.0) but has no query cache so mind the perf on large volumes !
|
||||
|
||||
// -- versions that will be the minimum in next iTop major release (warning if not met)
|
||||
|
||||
Reference in New Issue
Block a user