couchdb icon indicating copy to clipboard operation
couchdb copied to clipboard

Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability

Results 343 couchdb issues
Sort by recently updated
recently updated
newest added

Recently we are noticing couchdb error frequently in one of our database ![image](https://user-images.githubusercontent.com/841011/169829614-e4e68f4b-e149-4e1e-9a17-35665241f057.png) in RedHat Linux server. We are using CouchDB version 3.1.1, installed through Docker Container. Issue is happening...

bug
needs-triage

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

bug
needs-triage

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

enhancement
needs-triage

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

api
mango
feature
roadmap

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

enhancement
needs-triage

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

bug

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

bug
needs-triage

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

bug
needs-triage