mongodump --uri "mongodb+srv://:@.mongodb.net/sample_supplies"
mongoexport --uri="mongodb+srv://:@.mongodb.net/sample_supplies" --collection=sales --out=sales.json
mongoimport --uri="mongodb+srv://:@.mongodb.net/sample_supplies" --drop sales.json
mongodump --uri "mongodb+srv://:@.mongodb.net/sample_supplies"
mongoexport --uri="mongodb+srv://:@.mongodb.net/sample_supplies" --collection=sales --out=sales.json
mongoimport --uri="mongodb+srv://:@.mongodb.net/sample_supplies" --drop sales.json
For further actions, you may consider blocking this person and/or reporting abuse
Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.
Mike Young -
Mike Young -
Mike Young -
Trevor Lee -
Top comments (0)