Skip to content

Commit d465f64

Browse files
committed
update
1 parent 63c784d commit d465f64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/mongodb/vcore/how-to-migrate-native-tools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,11 @@ Migrate a collection from the source MongoDB instance to the target Azure Cosmos
162162
<dump-directory>/<database-name>/<collection-name>.bson
163163
```
164164
> [!NOTE]
165-
> You can also restore a specific collection or collections from the dump/ directory. For example, the following operation restores a single collection from corresponding data files in the dump/ directory:
165+
> You can also restore a specific collection or collections from the <dump-directory>/ directory. For example, the following operation restores a single collection from corresponding data files in the <dump-directory>/ directory:
166166

167167
```bash
168168
mongorestore \
169-
--nsInclude=test.purchaseorders dump/
169+
--nsInclude=test.purchaseorders <dump-directory>/
170170
```
171171

172172
1. Monitor the terminal output from *mongoimport*. The output prints lines of text to the terminal with updates on the restore operation's status.

0 commit comments

Comments
 (0)