summaryrefslogtreecommitdiff
path: root/pages/docs/platform/services
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-11-09 14:48:15 +0100
committervarac <varacanero@zeromail.org>2015-11-09 14:48:15 +0100
commit255764716c222dae3f41d34fa15e99fc0a8f4eb4 (patch)
tree413094e96013dbf64043745959319a9f1b76781d /pages/docs/platform/services
parent47c37ee1d4cb6a59e6a8e0bce114e6defdfa6fc7 (diff)
add couchdb backup docs
Diffstat (limited to 'pages/docs/platform/services')
-rw-r--r--pages/docs/platform/services/couchdb.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/pages/docs/platform/services/couchdb.md b/pages/docs/platform/services/couchdb.md
index 842a822..faefe11 100644
--- a/pages/docs/platform/services/couchdb.md
+++ b/pages/docs/platform/services/couchdb.md
@@ -143,6 +143,8 @@ Beware that this returns the uncompacted disk size (see http://wiki.apache.org/c
## Use plain couchdb instead of bigcouch
+Be aware that latest stable couchdb 1.6 cannot be clustered like bigcouch, so you can use this only if you have a single couchdb node.
+
Use this in your couchdb node config:
"couch": {
@@ -150,3 +152,16 @@ Use this in your couchdb node config:
"pwhash_alg": "pbkdf2"
}
+Local couch data dumps
+======================
+
+You can let one or more nodes do a nightly couchdb data dump adding this to your node config:
+
+ "couch": {
+ "backup": true
+ }
+
+Data will get dumped to `/var/backups/couchdb`.
+
+Be aware that this will gather all data possibly shared over multiple nodes on one node.
+