jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/392082 )

Change subject: Set wgCommentTableSchemaMigrationStage = MIGRATION_WRITE_BOTH 
on Beta Cluster
......................................................................


Set wgCommentTableSchemaMigrationStage = MIGRATION_WRITE_BOTH on Beta Cluster

The schema change has long since been automatically deployed there.
Let's start using it to see if stuff breaks.

Bug: T166733
Change-Id: If37b6102c2c455830bea599d090dc54a9bd2d925
---
M wmf-config/InitialiseSettings-labs.php
M wmf-config/InitialiseSettings.php
2 files changed, 8 insertions(+), 0 deletions(-)

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



diff --git a/wmf-config/InitialiseSettings-labs.php 
b/wmf-config/InitialiseSettings-labs.php
index b22786b..09f7dd0 100644
--- a/wmf-config/InitialiseSettings-labs.php
+++ b/wmf-config/InitialiseSettings-labs.php
@@ -695,5 +695,9 @@
                '-wmgCirrusSearchMLRModel' => [
                        'default' => '20171023_enwiki_v1'
                ],
+
+               'wgCommentTableSchemaMigrationStage' => [
+                       'default' => MIGRATION_WRITE_BOTH,
+               ],
        ];
 } # wmflLabsSettings()
diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 7d0486c..dd734f2 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -19749,6 +19749,10 @@
        'group0' => true,
 ],
 
+'wgCommentTableSchemaMigrationStage' => [
+       'default' => MIGRATION_OLD,
+],
+
 ];
 
 ### WMF Labs override #####

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If37b6102c2c455830bea599d090dc54a9bd2d925
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Anomie <[email protected]>
Gerrit-Reviewer: Anomie <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: Urbanecm <[email protected]>
Gerrit-Reviewer: Zoranzoki21 <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to