// Use extension1 db for all wikis 'wmgEchoCluster' => array( 'default' => 'extension1', // The following wikis should be using extension1 db but started with // the application main database, stick with the current setting 'labswiki' => false, 'mediawikiwiki' => false, 'metawiki' => false, 'officewiki' => false, ), `
labswiki aka wikitech is special and probably needs to stay separate. But mediawikiwiki, metawiki, and officewiki should be moved to the extension1 cluster.
The following tables need to be moved:
- echo_email_batch
- echo_event
- echo_notification
- echo_target_page
Marking as lowest priority as this is probably difficult and has little gains except for standardization and developer sanity. Just filing this so we don't forget about it.