Skip to content

Commit 2c8fa14

Browse files
committed
fix indentation
1 parent 0624456 commit 2c8fa14

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,12 @@ Migrate a collection from the source MongoDB instance to the target Azure Cosmos
155155
156156
1. Restore the contents of any specific collection into an Azure Cosmos DB for MongoDB vCore account by specifying the collection's specific BSON file. The filename is constructed using this syntax: `<dump-directory>/<database-name>/<collection-name>.bson`.
157157

158-
```bash
159-
mongorestore \
160-
--ssl \
161-
--uri <target-connection-string> \
162-
<dump-directory>/<database-name>/<collection-name>.bson
163-
```
158+
```bash
159+
mongorestore \
160+
--ssl \
161+
--uri <target-connection-string> \
162+
<dump-directory>/<database-name>/<collection-name>.bson
163+
```
164164
> [!NOTE]
165165
> 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. ``` mongorestore --nsInclude=test.purchaseorders <dump-directory>/ ```
166166

0 commit comments

Comments
 (0)