neighbourhoodie / couch-continuum

Tool for migrating CouchDB databases to new configuration values.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

migrate "all" databases.

janl opened this issue · comments

Although a quick hack would be:

for db in `curl -s http://127.0.0.1:5984/_all_dbs | jq -M . | grep -vE '\[|\]' | sed -e 's/["|,]//g'` do;
  $tool -n $db