Background & Problem
As of today, Growth features are deployed on all Wikipedias. That said, Growth features aren't deployed to new Wkipedias upon their creation, because of several reasons:
- The database tables aren't created by the wiki creation script
- Extension is enabled only on explicitly listed wikis (not automatically at all Wikipedias via 'wikipedia' => true)
- The wiki would need manual configuration (as the initWikiConfig.php script won't work because a fresh wiki has no pages connected to WD)
Solution
Complete the following tasks (order is important):
- T417019: Enable GrowthExperiments on all wikis where growthexperiments tables exist
- T417021: Verify growthexperiments x1 tables are in sync with the definition on all wikis
- T417023: Enable GrowthExperiments on all open Wikipedias
Once those tasks are completed, we should be able to set wmgUseGrowthExperiments to true.

