You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2017/10/24 17:42:14 UTC

[GitHub] wohali commented on issue #34: run couch with existing couchdb files.

wohali commented on issue #34: run couch with existing couchdb files.
URL: https://github.com/apache/couchdb-docker/issues/34#issuecomment-339072899
 
 
   You also need to mount with `docker run -v` your ini file directory. The reason is that the shard files have embedded within them the name of the local node and its hostname, which is specified in `etc/vm.args` as `-name <nodename>@<hostname-or-ip>`. The default file in the container must not match what you used in your locally running CouchDB instance.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services