From 6efb1f9fc319f548eba198e3685adc61e7d5ec66 Mon Sep 17 00:00:00 2001 From: Nicolas Albert Date: Fri, 21 Dec 2018 10:55:50 +0100 Subject: [PATCH] Use Couchdb 2.3.0 instead of 1.7.1 --- convertigo/content.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/convertigo/content.md b/convertigo/content.md index 8b67546a0..c0646c018 100644 --- a/convertigo/content.md +++ b/convertigo/content.md @@ -27,12 +27,12 @@ You can access the Server admin console on http://[dockerhost]:28080/convertigo ## Link Convertigo to a CouchDB database for FullSync (Convertigo EE only) -Convertigo MBaaS FullSync module uses Apache CouchDB 1.7.1 as NoSQL repository. You can use the **[couchdb](https://hub.docker.com/_/couchdb/)** docker image and link to it convertigo this way +Convertigo MBaaS FullSync module uses Apache CouchDB 2.3.0 as NoSQL repository. You can use the **[couchdb](https://hub.docker.com/_/couchdb/)** docker image and link to it convertigo this way Launch CouchDB container and name it 'fullsync' ```console -$ docker run -d --name fullsync couchdb:1.7.1 +$ docker run -d --name fullsync couchdb:2.3.0 ``` Then launch Convertigo and link it to the running 'fullsync' container. Convertigo MBaaS sever will automatically use it as its fullsync repository.