amn Posted August 5, 2017 Report Share Posted August 5, 2017 (edited) CouchDB v2.1 has been released. https://github.com/apache/couchdb/releases/tag/2.1.0 I believe there are official RPMs now as well. http://apache.bintray.com/couchdb-rpm/el7/x86_64/ Seems to work ok with Kazoo v4.1. Does it make sense to start including couchDB config, systemd, RPM etc. in the Kazoo RPMs? At least in the experimental branch. Edited August 5, 2017 by amn (see edit history) Link to comment Share on other sites More sharing options...
2600Hz Employees mc_ Posted August 7, 2017 2600Hz Employees Report Share Posted August 7, 2017 I think this is a great suggestion! I've been using Couch 2 (well, the master branch that I update every week or so) to good effect. We'll have to wait and see how operations feels about migrating existing installations from BigCouch to Couch 2. I think that's the main holdup at this point. Would love to hear experiences others have with migrations and with running Couch 2 vs BigCouch. Link to comment Share on other sites More sharing options...
safarov Posted August 22, 2017 Report Share Posted August 22, 2017 you can try docker imagehttps://hub.docker.com/r/safarov/couchdb/ Link to comment Share on other sites More sharing options...
amn Posted August 29, 2017 Author Report Share Posted August 29, 2017 (edited) There is a pull request to try get the ball rolling. Does 2600hz have any plans for this yet? https://github.com/2600hz/kazoo-configs-bigcouch/pull/5/files Edited August 29, 2017 by amn (see edit history) Link to comment Share on other sites More sharing options...
Tom Posted December 18, 2017 Report Share Posted December 18, 2017 On 8/7/2017 at 4:59 PM, mc_ said: I think this is a great suggestion! I've been using Couch 2 (well, the master branch that I update every week or so) to good effect. We'll have to wait and see how operations feels about migrating existing installations from BigCouch to Couch 2. I think that's the main holdup at this point. Would love to hear experiences others have with migrations and with running Couch 2 vs BigCouch. I'm running CouchDB 2 in production, and I haven't had any issues. I had the luxury of planning my first deployment around this transition, so I don't have any experience with the migration. Link to comment Share on other sites More sharing options...
amn Posted December 19, 2017 Author Report Share Posted December 19, 2017 (edited) On 12/18/2017 at 2:44 PM, Tom said: I'm running CouchDB 2 in production, and I haven't had any issues. I had the luxury of planning my first deployment around this transition, so I don't have any experience with the migration. I would be interested in your configs that are different from bigcouch. Looks to be almost the same except for zones. There is just one comment by the developer with one example but not explained in much detail. Edited December 21, 2017 by amn (see edit history) Link to comment Share on other sites More sharing options...
Tom Posted December 19, 2017 Report Share Posted December 19, 2017 (edited) 48 minutes ago, amn said: I would be interested in your configs that are different from bigcouch. Looks to be almost the same except for zones. There is just one comment by the developer about it with one example it but not explained in much detail. These are the only things I changed: https://github.com/kazoo-ansible/couchdb/tree/master/templates Note: I'm only running in one zone right now. Edited December 19, 2017 by Tom (see edit history) Link to comment Share on other sites More sharing options...
cecchisandrone Posted January 25, 2018 Report Share Posted January 25, 2018 Anyone has successfully set zones? I'm trying to follow http://docs.couchdb.org/en/latest/cluster/databases.html but I don't understand how to modify _nodes database to add zone attribute. Am I wrong? Link to comment Share on other sites More sharing options...
amn Posted January 25, 2018 Author Report Share Posted January 25, 2018 (edited) 3 hours ago, cecchisandrone said: Anyone has successfully set zones? I'm trying to follow http://docs.couchdb.org/en/latest/cluster/databases.html but I don't understand how to modify _nodes database to add zone attribute. Am I wrong? /nodes is accessed via port 5986 (or 15986 if you are going through HAProxy). So from a web browser http://CouchDB_IP_Address:5986/nodes to access it via the Fauxton web interface. That is assuming Fauxton is configured to also access 5986 by default as it is 5984. I don't have an CouchDB install in front of me to check that. If it is locked down you will need to know the user/pass for access. I believe you can also do it from CURL similar to the examples they give for front end configuration. Edited January 25, 2018 by amn (see edit history) Link to comment Share on other sites More sharing options...
safarov Posted January 29, 2018 Report Share Posted January 29, 2018 I want to caution against using CouchDB Unable to replicate database #745, #1125 Many errors when using the docker image #1073, #1119 Link to comment Share on other sites More sharing options...
amn Posted January 29, 2018 Author Report Share Posted January 29, 2018 (edited) Just FYI, 2600hz posted CouchDB config files. https://github.com/2600hz/kazoo-configs-couchdb Edited January 29, 2018 by amn (see edit history) Link to comment Share on other sites More sharing options...
Uzair Mahmud Posted March 20, 2018 Report Share Posted March 20, 2018 I ahve also been using it in production for a 1500 line system and havent seen any issues as of yet Link to comment Share on other sites More sharing options...
Recommended Posts