From 1fe86fa0004503591e7b11cee334b3c3372f9909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 24 Aug 2016 12:35:11 +0200 Subject: [PATCH] backup-db.sh now uses the new 'cloud' database --- backup-db.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backup-db.sh b/backup-db.sh index 66e15c9e..14db8720 100755 --- a/backup-db.sh +++ b/backup-db.sh @@ -1,3 +1,3 @@ -#!/bin/bash +#!/bin/bash -ex -mongodump -h localhost:27018 -d eve --out dump/$(date +'%Y-%m-%d-%H%M') --excludeCollection tokens +mongodump -h localhost:27018 -d cloud --out dump/$(date +'%Y-%m-%d-%H%M') --excludeCollection tokens