Skip to content

N°7150 - Backup : on MariaDB >= 11.0.1 call mariadb-dump instead of mysqldump#825

Open
accognet wants to merge 2 commits intosupport/3.2from
feature/7150-Backup_MariaDB_11
Open

N°7150 - Backup : on MariaDB >= 11.0.1 call mariadb-dump instead of mysqldump#825
accognet wants to merge 2 commits intosupport/3.2from
feature/7150-Backup_MariaDB_11

Conversation

@accognet
Copy link
Contributor

internal

@accognet accognet self-assigned this Feb 27, 2026
@CombodoApplicationsAccount CombodoApplicationsAccount added the internal Work made by Combodo label Feb 27, 2026
Comment on lines +609 to +610
$version = CMDBSource::QueryToScalar('SELECT VERSION()');
if (is_string($version) && stripos($version, 'MariaDB') !== false) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$version = CMDBSource::QueryToScalar('SELECT VERSION()');
if (is_string($version) && stripos($version, 'MariaDB') !== false) {
$sVersion = CMDBSource::GetDBVersion();
if (stripos($sVersion, 'MariaDB') !== false) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal Work made by Combodo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants