Skip to content

Commit 1aa607a

Browse files
committed
(DOCSP-40915): Backport DOCSP-40425 to v6.0. (#265)
1 parent 0083135 commit 1aa607a

5 files changed

+14
-120
lines changed

source/includes/fact-pre-configured-mbru-command.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.. code-block:: sh
1111
1212
./mongodb-backup-restore-util --https --host <targetHost> \
13-
--port <targetPort> \
13+
--port <ephemeralPort> \
1414
--opStart <opLogStartTimeStamp> \
1515
--opEnd <opLogEndTimeStamp> \
1616
--logFile <logPath> \

source/includes/fact-restore-manual-replica-set-onprem.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
* - ``--port``
2020
- Required
21-
- Provide the port for the host that serves the |mongod| to which
22-
the :opsmgr:`oplog </reference/glossary/#std-term-Oplog-Store-Database>` should be applied.
21+
- Provide the ephemeral port for the host that serves the |mongod|
22+
to which the :opsmgr:`oplog </reference/glossary/#std-term-Oplog-Store-Database>` should be applied.
2323
- :icon:`check-circle`
2424

2525
* - ``--opStart``

source/includes/steps-restore-manual-init-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,9 @@ content: |
9898
name does not have to be the same as the old name.
9999
- ``<host>`` to the host serving this replica set member.
100100
- ``<finalPortNewReplicaSet>`` to the final port for the new
101-
replica set. This must be a different port than the
102-
``<ephemeralPort>`` that you specified in Step 11 of this procedure.
101+
replica set. For an automated restore, you must specify a
102+
different port than the ``<ephemeralPort>`` that you specified
103+
previously.
103104
104105
Ensure that you include and configure all members of the new replica
105106
set in the ``members`` array.

source/includes/steps-restore-manual-pit-restore.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ title: "(Point-in-Time Restore Only) Run the MongoDB Backup Restore Utility."
55
level: 4
66
ref: mbru-binary
77
content: |
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
6263
title: "(Point-in-Time Restore Only) Restart the Instance to Recover the Oplog."
6364
ref: restart-rs
6465
content: |
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
9291
title: "(Point-in-Time Restore Only) Stop the Standalone Instance."
9392
ref: stop-the-replica-set
9493
content: |
94+
9595
Depending on your path, you may need to specify
9696
the path to {+mongosh+}. Run:
9797

source/includes/steps-restore-manual-pit-restore.yaml~

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)