Switch things over from db05 to db03.

Backups and wiki and what dbs to backup on db03 to /backups.
This commit is contained in:
Kevin Fenzi 2015-06-03 21:30:06 +00:00
parent 61b62dcea3
commit fff16d01d7
3 changed files with 11 additions and 5 deletions

View file

@ -127,7 +127,7 @@ $wgEnotifWatchlist = true; # UPO
$wgEmailAuthentication = false;
$wgDBtype = "mysql";
$wgDBserver = "db05";
$wgDBserver = "db03";
$wgDBname = "fpo-mediawiki";
$wgDBuser = "fpo-mw-user";
$wgDBpassword = "{{ fpoPassword }}";