[10:51:57]  I installed MediaWiki with Wikibase through the official docker containers. If I try to run the maintenance scripts in extensions/CirrusSearch/maintenance they claim the CirrusSearch extension is not installed and it seems this error causes the indexes not to be created.  It seems to be using "foreach (glob("LocalSettings.d/*.php") as $filename) [10:51:58] { include $filename; }" to load CirrusSearch.php, that installs the extension. If I instead copy the contents of CirrusSearch.php directly into LocalSettings.php, the maintenance scripts work. Not sure if this is a bug with the containers or something with my environment though