jenkins-bot has submitted this change and it was merged.

Change subject: db-eqiad.php: Temporarily replace db1062 with db1034
......................................................................


db-eqiad.php: Temporarily replace db1062 with db1034

It normally takes around 2 hours to execute this ALTER, and to avoid lag to 
impact live traffic it is better
to remove db1062 with db1034 which already has the new columns in place.

Bug: T141951

Change-Id: I82073d0a9f6dffb6badb71bce8f645d025be5cdc
---
M wmf-config/db-eqiad.php
1 file changed, 6 insertions(+), 6 deletions(-)

Approvals:
  Jcrespo: Looks good to me, but someone else must approve
  Marostegui: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/db-eqiad.php b/wmf-config/db-eqiad.php
index a92ee59..3116d34 100644
--- a/wmf-config/db-eqiad.php
+++ b/wmf-config/db-eqiad.php
@@ -166,7 +166,7 @@
                'db1028' => 0,   # 1.4TB  64GB, vslow, dump
                'db1034' => 1,   # 1.4TB  64GB, watchlist, recentchanges, 
contributions, logpager
 #              'db1039' => 0,   # 1.4TB  64GB
-               'db1062' => 1,   # 2.8TB 128GB, watchlist, recentchanges, 
contributions, logpager
+#              'db1062' => 1,   # 2.8TB 128GB, watchlist, recentchanges, 
contributions, logpager
                'db1079' => 300, # 3.6TB 512GB, api
                'db1086' => 500, # 3.6TB 512GB
                'db1094' => 500, # 3.6TB 512GB
@@ -410,19 +410,19 @@
                        'db1079' => 1,
                ],
                'watchlist' => [
-                       'db1062' => 1,
+                       'db1034' => 1,
                ],
                'recentchanges' => [
-                       'db1062' => 1,
+                       'db1034' => 1,
                ],
                'recentchangeslinked' => [
-                       'db1062' => 1,
+                       'db1034' => 1,
                ],
                'contributions' => [
-                       'db1062' => 1,
+                       'db1034' => 1,
                ],
                'logpager' => [
-                       'db1062' => 1,
+                       'db1034' => 1,
                ],
        ],
 ],

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I82073d0a9f6dffb6badb71bce8f645d025be5cdc
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Marostegui <maroste...@wikimedia.org>
Gerrit-Reviewer: Florianschmidtwelzow <florian.schmidt.stargatewis...@gmail.com>
Gerrit-Reviewer: Jcrespo <jcre...@wikimedia.org>
Gerrit-Reviewer: Marostegui <maroste...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to