Jcrespo has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/297755

Change subject: Use db1056 instead of db1019 for commons recentchanges
......................................................................

Use db1056 instead of db1019 for commons recentchanges

db1056 has better capacity and support than the older db1019.

Bug: T139346
Change-Id: I7497ec019a78499f990d586b984cf443f3f5d58d
---
M wmf-config/db-eqiad.php
1 file changed, 7 insertions(+), 12 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/55/297755/1

diff --git a/wmf-config/db-eqiad.php b/wmf-config/db-eqiad.php
index f6532a4..35f2e13 100644
--- a/wmf-config/db-eqiad.php
+++ b/wmf-config/db-eqiad.php
@@ -126,8 +126,8 @@
        's4' => [
 #              'db1042' => 0,   # 1.4TB  64GB, temporary master
                'db1040' => 0,   # 1.4TB  64GB, master
-               'db1019' => 0,   # 1.4TB  64GB, watchlist, recentchanges, 
contributions, logpager
-#              'db1056' => 0,   # 2.8TB  96GB, watchlist, recentchanges, 
contributions, logpager
+#              'db1019' => 0,   # 1.4TB  64GB, watchlist, recentchanges, 
contributions, logpager
+               'db1056' => 0,   # 2.8TB  96GB, watchlist, recentchanges, 
contributions, logpager
                'db1059' => 0,   # 2.8TB  96GB, api
                'db1064' => 0,   # 2.8TB 160GB, vslow, dump
                'db1068' => 0,   # 2.8TB 160GB, api
@@ -282,24 +282,19 @@
                        'db1068' => 3,
                ],
                'watchlist' => [
-                       'db1019' => 1,
-#                      'db1056' => 1,
+                       'db1056' => 1,
                ],
                'recentchanges' => [
-                       'db1019' => 1,
-#                      'db1056' => 1,
+                       'db1056' => 1,
                ],
                'recentchangeslinked' => [
-                       'db1019' => 1,
-#                      'db1056' => 1,
+                       'db1056' => 1,
                ],
                'contributions' => [
-                       'db1019' => 1,
-#                      'db1056' => 1,
+                       'db1056' => 1,
                ],
                'logpager' => [
-                       'db1019' => 1,
-#                      'db1056' => 1,
+                       'db1056' => 1,
                ],
        ],
        's5' => [

-- 
To view, visit https://gerrit.wikimedia.org/r/297755
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7497ec019a78499f990d586b984cf443f3f5d58d
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jcrespo <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to