https://bugzilla.wikimedia.org/show_bug.cgi?id=54972
Nik Everett <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #8 from Nik Everett <[email protected]> --- Would you mind running these: curl -s elasticsearch0:9200/_status?pretty | grep '"index" : "' | sort | uniq curl -s elasticsearch0:9200/_aliases?pretty echo 'global $wgDBname; echo($wgDBname);' | php maintenance/eval.php and posting the results? It looks like _something_ has gone haywire with the names of indexes and aliases. With those I should be able to post a work around and harden updateSearchIndexConfig.php to whatever it is that has happened. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
