Merge pull request #1385 from convertigo/convertigo-2018.12.21

Use Couchdb 2.3.0 instead of 1.7.1
This commit is contained in:
yosifkit 2018-12-21 13:51:37 -08:00 committed by GitHub
commit 0a2727ade2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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