Lwelling has uploaded a new change for review. https://gerrit.wikimedia.org/r/61487
Change subject: Add global setting to trigger migration time functionality in Echo relates to https://gerrit.wikimedia.org/r/61025 ...................................................................... Add global setting to trigger migration time functionality in Echo relates to https://gerrit.wikimedia.org/r/61025 Change-Id: Ia13fab694770440cdd9720c129e5ed2de8825d3e --- M wmf-config/CommonSettings.php 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/87/61487/1 diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php index 070287d..13c7bbd 100644 --- a/wmf-config/CommonSettings.php +++ b/wmf-config/CommonSettings.php @@ -2513,6 +2513,9 @@ // Define the cluster database, false to use main database $wgEchoCluster = $wmgEchoCluster; + + // Allow for migration time functionality + $wgRecentEchoInstall = true; } if ( $wmgUseThanks ) { -- To view, visit https://gerrit.wikimedia.org/r/61487 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia13fab694770440cdd9720c129e5ed2de8825d3e Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Lwelling <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
