Editing Mongodump
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
− | + | <code>mongodump</code><ref>https://docs.mongodb.com/database-tools/mongodump/</ref> reads data from a MongoDB database and creates high fidelity BSON files which the mongorestore tool can use to populate a MongoDB database. mongodump provides the --oplog option to include in its output oplog entries that occur during the mongodump operation | |
− | |||
− | <code>mongodump</code><ref>https://docs.mongodb.com/database-tools/mongodump/</ref> reads data from a | ||
Line 8: | Line 6: | ||
Database backup: | Database backup: | ||
* <code>[[mongodump]] --archive=test.20150715.archive --db your_db_name</code> (Use: <code>[[show dbs]]</code> to view available DBs) | * <code>[[mongodump]] --archive=test.20150715.archive --db your_db_name</code> (Use: <code>[[show dbs]]</code> to view available DBs) | ||
− | |||
− | |||
Advertising: