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/17 16:34:56 UTC

[GitHub] Maxima078 opened a new pull request #79: Fix configuration save

Maxima078 opened a new pull request #79: Fix configuration save
URL: https://github.com/apache/couchdb-docker/pull/79
 
 
   ## Overview
   
   On restart configuration saved in local.d/ was lost
   
   ## Testing recommendations
   
   1- docker build -t couchdb:1.7.1.1 ./
   2- docker run -d --restart unless-stopped --name mycouch -p 5984:5984 couchdb:1.7.1.1
   3- modify any configuration from futon, let's say "check_interval" from 300 to 305
   4- docker restart mycouch
   5- go to futon config and check "check_interval" is still 305
   
   ## GitHub issue number
   
   Fixes #78
   
   ## Related Pull Requests
   
   ## Checklist
   
   - [ ] Code is written and works correctly;
   - [ ] Changes are covered by tests;
   - [ ] Documentation reflects the changes;
   

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