https://bugzilla.wikimedia.org/show_bug.cgi?id=54972

--- Comment #9 from [email protected] ---
echo 'global $wgDBname; echo($wgDBname);' | php maintenance/eval.php

wikidb_mw1_test

the 2 other commands:

curl -s elasticsearch0:9200/_status?pretty | grep '"index" : "' | sort | uniq

and

curl -s elasticsearch0:9200/_aliases?pretty

output nothing :-(


but I tried this with localhost instead:

curl -s http://localhost:9200/_status?pretty
{
  "ok" : true,
  "_shards" : {
    "total" : 0,
    "successful" : 0,
    "failed" : 0
  },
  "indices" : { }
}

the other one:
curl -s http://localhost:9200/_status?pretty | grep '"index" : "' | sort | uniq

empty...

-- 
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

Reply via email to