Exclude Flamenco task logs when dumping the database.
This commit is contained in:
parent
d5a55f71a7
commit
7dbd0c7896
@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash -ex
|
#!/bin/bash -ex
|
||||||
|
|
||||||
mongodump -h localhost:27018 -d cloud --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 --excludeCollection flamenco_task_logs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user