Because it's running on ubuntu 14.04
, re-installing couchdb2 results on version:2.1.1. Which is still the old version.
Steps I followed:
- stop coucdhb2 service
- delete couchdb installation folder: /usr/local/couchdb2
- remove coucdhb2 from the service: /etc/init.d/CouchDB
- install coucdhb2: `cchq echis aps --tags=couchdb2
5.check the version of newly installed couuchdb:
curl -XGET 172.19.3.40:15984
{"couchdb":"Welcome","version":"2.1.1","features":["scheduler"],"vendor":{"name":"The Apache Software Foundation"}}