couchdb
couchdb copied to clipboard
Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
Recently we are noticing couchdb error frequently in one of our database  in RedHat Linux server. We are using CouchDB version 3.1.1, installed through Docker Container. Issue is happening...
We are trying to migrated some DBs between 2 CouchDB servers and if for some of the dbs things run smoothly for some bigger ones (15k docs tops) the replication...
## Summary Many endpoints respond only when a quorum of replicas have responded with what the actual response should be, however not all endpoints behave this way. As @rnewson said...
@davisp: > JOINs make me squeamish. @janl: > I hear ya, but devs love em :) — And a native API would simplify a lot of app and library code....
Would be nide if the _all_docs endpoint could respond in http://ndjson.org/ format (similar to _changes) which would make it possible to do streaming parsing of the response which can improve...
## Description If the chttpd port is set to something else, the macOS utility still tries to open 127.0.0.1:5984 in the browser. ## Steps to Reproduce 1. Change port to...
OS: Ubuntu 14.04.1 KernelVersion: 4.19.90 Architecture:x86_64 CouchDB version: 1.6.1 Erlang version: R16B03 It's a single node,a little traffic,maybe about sixty dbs,each with around ten view_functions average Our Couchdb database directory...
What happens is that CouchDB starts without a secret, auto-gens one as per usual and stores it at `[chttpd_auth] secret` as per relatively recently, previously this was `[couch_http_auth] secret`. When...
We are encountering below error in replicating "services" database Version Details : [[email protected] tmp]# curl http://admin:[email protected]:5984 {"couchdb":"Welcome","version":"3.1.1","git_sha":"ce596c65d","uuid":"xxxxxxxxxxxxxxxxxxx","features":["access-ready","partitioned","pluggable-storage-engines","reshard","scheduler"],"vendor":{"name":"The Apache Software Foundation"}} Source standalone : couchstagedb1.bmi.expertcity.com Target cluster: couchstagedb.aor.expertcity.com [[email protected] ~]# /opt/ec/couchdb/couchdb_replication_restart.rb...
## Description 1. Setup a clustered CouchDB environment with TLS configured in `etc/vm.args` ``` # Snippet from our vm.args -pa /opt/opsview/erlang/lib/erlang/lib/ssl-9.6/ebin -proto_dist inet_tls -ssl_dist_optfile /opt/opsview/datastore/etc/ssl.args -ssl session_lifetime 300 ``` 2....