Switch things over from db05 to db03.
Backups and wiki and what dbs to backup on db03 to /backups.
This commit is contained in:
parent
61b62dcea3
commit
fff16d01d7
3 changed files with 11 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
[backup_clients]
|
||||
collab04.fedoraproject.org
|
||||
db01.phx2.fedoraproject.org
|
||||
db05.phx2.fedoraproject.org
|
||||
db03.phx2.fedoraproject.org
|
||||
db-datanommer02.phx2.fedoraproject.org
|
||||
db-fas01.phx2.fedoraproject.org
|
||||
hosted04.fedoraproject.org
|
||||
|
|
|
@ -11,10 +11,16 @@ datacenter: phx2
|
|||
|
||||
# This is a generic list, monitored by collectd
|
||||
databases:
|
||||
- postgres
|
||||
- mysql
|
||||
- darkserver
|
||||
- fpo-mediawiki
|
||||
- pastebin
|
||||
|
||||
# This is a more strict list, to be made publicly available
|
||||
#dbs_to_backup:
|
||||
# This is a more strict list of db to backup to /backups
|
||||
dbs_to_backup:
|
||||
- darkserver
|
||||
- fpo-mediawiki
|
||||
- pastebin
|
||||
|
||||
mariadb_root_password: "{{ db03_mysql_root_password }}"
|
||||
|
||||
|
|
|
@ -127,7 +127,7 @@ $wgEnotifWatchlist = true; # UPO
|
|||
$wgEmailAuthentication = false;
|
||||
|
||||
$wgDBtype = "mysql";
|
||||
$wgDBserver = "db05";
|
||||
$wgDBserver = "db03";
|
||||
$wgDBname = "fpo-mediawiki";
|
||||
$wgDBuser = "fpo-mw-user";
|
||||
$wgDBpassword = "{{ fpoPassword }}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue