Closed jorix closed 9 years ago
By default the current script method is used and whether its execution fails due to host restrictions internal method is used.
To force usage of internal method could set public $db_backup_method = 'int';
public $db_backup_method = 'int';
(For data migration internal method provides a more comfortable to read or edit db-backup sql files)
By default the current script method is used and whether its execution fails due to host restrictions internal method is used.
To force usage of internal method could set
public $db_backup_method = 'int';
(For data migration internal method provides a more comfortable to read or edit db-backup sql files)