Closed asiripanich closed 3 years ago
Dumping test db with mongodump -d="Stage_database" -o="testdb" to get BSON files. (See the comment below)
mongodump -d="Stage_database" -o="testdb"
we already have the test mongodump checked in; why do you need to mongodump it again?
Simply because I was/am mongo-dumb.
Dumping test db with(See the comment below)mongodump -d="Stage_database" -o="testdb"
to get BSON files.