couchdb
couchdb copied to clipboard
Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
Hi, systemd offers a particular way to start daemons called "socket activation", where systemd does not start a daemon at boot time as a service unit, but itself occupies an...
## Overview I recently encountered a few practical hurdles when upgrading a real old 2.x cluster to 3.x, I guess a few notes in the documentation might help others in...
## Overview CouchDB issues all write requests in parallel without coordination, applying a quorum on the results of those independent actions. When updating a document concurrently this can lead to...
## Description I have a cluster of 6 nodes running CouchDB 3.4.2, with around 1000 databases of different sizes. Each database has between 20 and 40 design documents. Recently, I...
Always show the browser login popup, no matter which option of `require_valid_user` or `require_valid_user_except_for_up` is set.
TODO: confirm returned status code!
## Summary / Desired Behaviour / Possible Solution Make Smoosh automatically [cleanup Nouveau indexes](https://docs.couchdb.org/en/latest/api/database/cleanup.html#post--db-_nouveau_cleanup) to optimize disk usage. ## Additional context [Related Slack thread](https://couchdb.slack.com/archives/C49LEE7NW/p1732102415451979)
Seeing the following messages repeatedly in /var/log/couchdb/couchdb.log: [error] 2018-11-14T15:54:51.599025Z [email protected] -------- Supervisor couch_peruser_sup had child couch_peruser started with couch_peruser:start_link() at exit with reason normal in context child_terminated [error] 2018-11-14T15:54:56.606364Z [email protected]...
## Description This morning I upgraded one node of my CouchDB cluster node to v3.4.1 while the two other nodes of the cluster are still on CouchDB v3.3.3. Since then,...
Via https://github.com/apache/couchdb/pull/4394#pullrequestreview-1263473784 It’d be nice if we tagged code that can be removed after we can expect everybody to have gone through a rolling cluster upgrade with the version number...