Backup CDR and CEL fails because of incorrect mysqldump parameter --table

Backup Module:15.0.10.48
CDR: 15.0.17.7
Call Event Logging: 15.0.15.11

When running a backup, I noticed that the CDR and CEL table dumps were failing (mysqldump) because of a reference to a parameter “–table”. According to man mysqldump, the correct parameter name is “–tables” (plural).,

I edited this in two places:
/var/www/html/admin/modules/cel/Backup.php - line 40
/var/www/html/admin/modules/cdr/Backup.php - line 40

And now the CDR and CEL backups run correctly.

Is this a known issue?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.