From e199072f6a34dc8b98aea89c1f6770d13443d01b Mon Sep 17 00:00:00 2001 From: varac Date: Fri, 1 Nov 2013 17:02:58 +0100 Subject: enable local couch backup on thrips and urchin --- nodes/thrips.json | 6 +++++- nodes/urchin.json | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'nodes') diff --git a/nodes/thrips.json b/nodes/thrips.json index e5ac68d..23b7a85 100644 --- a/nodes/thrips.json +++ b/nodes/thrips.json @@ -4,5 +4,9 @@ "couchdb", "soledad" ], - "tags": ["production", "seattle"] + "tags": ["production", "seattle"], + "couch": { + "backup": true + } + } diff --git a/nodes/urchin.json b/nodes/urchin.json index ae451dc..bac4ea6 100644 --- a/nodes/urchin.json +++ b/nodes/urchin.json @@ -4,5 +4,8 @@ "tags": ["development", "istanbul"], "ssh": { "port": 4422 + }, + "couch": { + "backup": true } } -- cgit v1.2.3