From 084f2975148d8a8f752710c964e5ba7a0ebc1152 Mon Sep 17 00:00:00 2001 From: Joan Touzet Date: Fri, 13 Apr 2018 14:37:10 -0400 Subject: 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 66ade00ec..8b47cb04a 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 +; +; Enable 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 = false [couchdb_engines] ; The keys in this section are the filename extension that -- cgit v1.2.1