Skip to content

Commit 7d8a6d4

Browse files
authored
Update restore-physical.md
add example of config
1 parent 4c89a4f commit 7d8a6d4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/usage/restore-physical.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ restore:
8181
mongodLocation: /path/to/mongod
8282
```
8383
84+
or from the command line:
85+
86+
```
87+
pbm config --set restore.mongodLocation=/path/to/mongod/
88+
```
89+
8490
If you have different paths to `mongod` binaries on every node of your cluster / replica set, use the `mongodLocationMap` option to specify your custom paths for each node.
8591
8692
```yaml

0 commit comments

Comments
 (0)