X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fbackup.inc;h=64078b49e605dd29810195af3cae31b93025563e;hb=7c18a81bcc0174efa6859a9ade61aabc56435151;hp=3dc94c889b3b1dd354cfd4b28bf9752393fb9d1d;hpb=f4e03271ef84e806fa2323f954674631ca9257c5;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/backup.inc b/maintenance/backup.inc index 3dc94c889b..64078b49e6 100644 --- a/maintenance/backup.inc +++ b/maintenance/backup.inc @@ -276,7 +276,7 @@ class BackupDumper { } $this->lb = wfGetLBFactory()->newMainLB(); - $db = $this->lb->getConnection( DB_SLAVE, 'backup' ); + $db = $this->lb->getConnection( DB_SLAVE, 'dump' ); // Discourage the server from disconnecting us if it takes a long time // to read out the big ol' batch query.