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 2022/10/20 08:47:32 UTC

[GitHub] [couchdb-helm] ikuradon commented on issue #96: unable to setup couch db on ipv6 only environemnt.

ikuradon commented on issue #96:
URL: https://github.com/apache/couchdb-helm/issues/96#issuecomment-1285161646

   same here, and I finally found a solution.
   I don't know why, but CouchDB needs `NODENAME` environment on cluster mode.
   And need append `-proto_dist inet6_tcp` to `ERL_FLAGS` for support IPv6.
   
   This solution may not be right, but it's working for me.
   my fork:
   https://github.com/ikuradon/couchdb-helm/tree/nodename
   and sample config:
   ```
   erlangFlags:
     proto_dist: inet6_tcp
   
   couchdbConfig:
     couchdb:
       uuid: 7c99c0f7c8ef411f8dd74c8ca3476485
     chttpd:
       bind_address: "::"
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org