backup-db.sh now uses the new 'cloud' database
This commit is contained in:
parent
04c9c010f0
commit
1fe86fa000
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user