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

wohali pushed a commit to branch db-recovery
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 4322e982ea52b6dd23711c4316d91746eb3969bd
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Fri Apr 13 14:37:10 2018 -0400

    Document enable_database_recovery ini option
---
 rel/overlay/etc/default.ini | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index 66ade00..42fd784 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -58,6 +58,12 @@ changes_doc_ids_optimization_threshold = 100
 ; The default storage engine to use when creating databases
 ; is set as a key into the [couchdb_engines] section.
 default_engine = couch
+;
+; Uncomment this to only "soft-delete" databases when DELETE /{db} 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.
+;enable_database_recovery = true
 
 [couchdb_engines]
 ; The keys in this section are the filename extension that

-- 
To stop receiving notification emails like this one, please contact
woh...@apache.org.

Reply via email to