Revert N°8638 - Adapt mysqldump calls to follow iTop SSL configuration

This commit is contained in:
Benjamin DALSASS
2026-04-16 15:00:01 +02:00
parent f0a95cbb3d
commit 89231976f8
3 changed files with 2 additions and 8 deletions

View File

@@ -1592,8 +1592,6 @@ class CMDBSource
if (static::GetDBVendor() === static::ENUM_DB_VENDOR_MYSQL) {
//Mysql 5.7.0 and upper deprecated --ssl and uses --ssl-mode instead
return version_compare(static::GetDBVersion(), '5.7.11', '>=');
} elseif (static::GetDBVendor() === static::ENUM_DB_VENDOR_MARIADB) {
return version_compare(static::GetDBVersion(), '10.2.6', '>=');
}
return false;
}