mirror of
https://github.com/webmin/webmin.git
synced 2025-08-16 14:51:18 +00:00
Single-transaction backup option
This commit is contained in:
@ -75,7 +75,8 @@ foreach $db (@dbs) {
|
||||
$config{'backup_charset_'.$sf},
|
||||
\@compat,
|
||||
\@tables,
|
||||
"root");
|
||||
"root",
|
||||
$config{'backup_single_'.$sf});
|
||||
if ($err) {
|
||||
print "Backup of database $db to file $file failed:\n";
|
||||
print $out;
|
||||
|
Reference in New Issue
Block a user