couchdb
couchdb copied to clipboard
Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
## Description I've set up a fresh CouchDB 3.4.1 instance (as Docker image, build from https://github.com/apache/couchdb-docker/tree/main/3.4.1) Then I've started a replication from prod.-server and saw endless messages of "no match...
Flaky test and fixtures setups on Windows CI: ``` [2023-01-20T09:12:17.190Z] Errors [2023-01-20T09:12:17.190Z] ====== [2023-01-20T09:12:17.190Z] [2023-01-20T09:12:17.190Z] fixture setup [27,1,1,3] [2023-01-20T09:12:17.190Z] ------------------------ [2023-01-20T09:12:17.190Z] [2023-01-20T09:12:17.190Z] ::in function chttpd_dbs_info_test:create_db/1 (test/eunit/chttpd_dbs_info_test.erl, line 367) [2023-01-20T09:12:17.190Z] in...
Currently when using changes with a filter it can take a very long time before a change is received which makes it difficult to create checkpoints to start from in...
## Overview Apache CouchDB retains some information (at minimum, doc id, doc revision tree and a deleted flag) for all deleted documents forever, in order that replication is guaranteed to...
Hi, this thread is for discussing the upgrade to the latest version of Snappy (1.2.2). I prepared the snappy upgrade [here](https://github.com/apache/couchdb-snappy/tree/upgrade-snappy-1.2.2). To test this Snappy version in CouchDB, I provide...
# Couch Stats Resource Tracker (CSRT) Couch Stats Resource Tracker (CSRT) is a framework for tracking the metrics induced in `couch_stats` at the process level to understand what requests and...
## Description When choosing an admin password containing spaces during installation (or rather, in the initial setup tool that gets opened then), I get the following warning: ``` WARNING: Unable...
Upgrading Snappy to version 1.2.2 (https://github.com/apache/couchdb-snappy/tree/upgrade-snappy-1.2.2).
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) ## Description [NOTE]: # ( Describe the problem you're encountering. ) [TIP]: #...
Corrected reverse proxying subdirectories with Caddy. Former description would not strip the subdirectory from the reverse proxy target. Changed documentation accordingly. Added an additional paragraph how stripping the subdirectory should...