@@ -5,11 +5,11 @@ title: "(Point-in-Time Restore Only) Run the MongoDB Backup Restore Utility."
55level : 4
66ref : mbru-binary
77content : |
8- This step is optional . Run it if you need Point-in-Time Restore. If you
9- need this step, complete it and then run steps 21 and 22. If you
10- don't need this step, then proceed to step 23.
11- In this step, you download and run the MongoDB Backup Restore Utility on the
12- target instance for the replica set, and then stop the instance.
8+ This step is conditional . Run it if you need Point-in-Time Restore.
9+
10+ In this step, you download and run the MongoDB Backup Restore Utility
11+ on the target instance for the replica set, and then stop the
12+ instance.
1313
1414 a. Download the MongoDB Backup Restore Utility to your host.
1515
@@ -26,7 +26,8 @@ content: |
2626
2727 mongod --port <ephemeralPort> \
2828 --dbpath </path/to/datafiles> \
29- --setParameter ttlMonitorEnabled=false
29+ --setParameter ttlMonitorEnabled=false \
30+ --bind_ip <hostname_or_IP>
3031
3132 .. warning::
3233
@@ -62,8 +63,6 @@ level: 4
6263title : " (Point-in-Time Restore Only) Restart the Instance to Recover the Oplog."
6364ref : restart-rs
6465content : |
65- This step is needed only if you ran step 20. If you didn't need to run
66- step 20, then proceed to step 23.
6766
6867 Start the |mongod| using the following command, specifying these
6968 parameters:
@@ -92,6 +91,7 @@ level: 4
9291title : " (Point-in-Time Restore Only) Stop the Standalone Instance."
9392ref : stop-the-replica-set
9493content : |
94+
9595 Depending on your path, you may need to specify
9696 the path to {+mongosh+}. Run:
9797
0 commit comments