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 2018/05/16 10:16:10 UTC

[GitHub] Maxima078 opened a new issue #78: Configuration is lost on docker restart

Maxima078 opened a new issue #78: Configuration is lost on docker restart
URL: https://github.com/apache/couchdb-docker/issues/78
 
 
   Hi,
   
   I just noticed configuration is lost when the container restart using CouchDB Dockerfile 1.7.1.
   It seems local.d folder is removed from filesystem.
   
   This issue doesn't exist with Dockerfile 2.1.1.
   
   ## Expected Behavior
   Configuration should be saved.
   
   ## Current Behavior
   Configuration is reset
   
   ## Steps to Reproduce (for bugs)
   1. docker run -d --restart unless-stopped --name mycouch -p 6012:5984 couchdb:1.7.1
   2. modify any configuration from futon, let's say "check_interval" from 300 to 305
   3. docker restart xxxxxxx
   4. go to futon config and check "check_interval" has been reset to 300
   
   ## Context
   I'm simply installing some CouchDB containers.
   
   ## Your Environment
   * Version used: 1.7.1
   * Browser Name and version: Chrome up-to-date
   * Operating System and version (desktop or mobile): Windows 10 - Docker 17.09.0-ce
   

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