You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wi...@apache.org on 2020/01/22 11:14:23 UTC

[couchdb-documentation] branch enable_database_recovery created (now 814c00b)

This is an automated email from the ASF dual-hosted git repository.

willholley pushed a change to branch enable_database_recovery
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git.


      at 814c00b  Document enable_database_recovery

This branch includes the following new commits:

     new 814c00b  Document enable_database_recovery

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb-documentation] 01/01: Document enable_database_recovery

Posted by wi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

willholley pushed a commit to branch enable_database_recovery
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit 814c00b2a6cceb4bb93be3ca6d14839208201804
Author: Will Holley <wi...@gmail.com>
AuthorDate: Wed Jan 22 11:14:06 2020 +0000

    Document enable_database_recovery
---
 src/config/couchdb.rst | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/src/config/couchdb.rst b/src/config/couchdb.rst
index 67061c0..2237b08 100644
--- a/src/config/couchdb.rst
+++ b/src/config/couchdb.rst
@@ -194,3 +194,16 @@ Base CouchDB Options
            parameter was defined: :config:option:`httpd/max_http_request_size`,
            which can be used to limit maximum http request sizes. After upgrade,
            it is advisable to review those settings and adjust them accordingly.
+
+    .. config:option:: enable_database_recovery :: Enable database recovery
+
+        Enable this to only "soft-delete" databases when
+        :ref:`DELETE /{db} <api/db>` DELETE  requests are made. This will place
+        a ``.recovery`` directory in your data directory and move deleted
+        databases/shards there instead. You can then manually delete these
+        files later, as desired.
+
+        Default is ``false``. ::
+
+            [couchdb]
+            enable_database_recovery = false