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/20 03:37:41 UTC

[GitHub] kavinho opened a new issue #34: run couch with existing couchdb files.

kavinho opened a new issue #34: run couch with existing couchdb files.
URL: https://github.com/apache/couchdb-docker/issues/34
 
 
   Hi, this is a question : How can I use already existing, locally hosted couchdb data files, using this docker image. While this works in real world by simply copying /shards and _dbs.couch into the new couch instance, it does not work on docker- hosted couch db. IT basically fails to load dbs. and the web-console verify fails , when trying to create a test db.
   sample command :
   docker run -d -v $(pwd)/my-couch-files:/opt/couchdb/data -p 5984:5984 --name mw-couch apache/couchdb:latest

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