Skip to content

Commit 55e34a1

Browse files
DOCSP-28846 update to standalone backup support (#4972) (#5015)
1 parent 06e156f commit 55e34a1

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

source/reference/faq/faq-backup.txt

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,11 @@ Does Backup Work with All Types of Deployments?
6363
Why Does The Backup Feature Not Support Standalone Deployments?
6464
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6565

66-
.. note::
67-
68-
This answer applies only to databases running MongoDB 4.2 with |fcv|
69-
of ``4.0`` and earlier.
70-
71-
After an initial sync of your data, |mms| copies data from the
72-
:term:`oplog` to provide a continuous backup with point-in-time
73-
recovery. |mms| does not support backup of standalone hosts because
74-
they do not have an :term:`oplog`. To support backup with a single
75-
:binary:`~bin.mongod` instance, you can run a one-member replica set.
66+
|mms| copies data from the :term:`oplog` to provide a continuous backup
67+
with point-in-time recovery. |mms| does not support backup of standalone
68+
hosts because they do not have an :term:`oplog`. To support backup with
69+
a single :binary:`~bin.mongod` instance, you can run a one-member
70+
replica set.
7671

7772
.. seealso:: :doc:`/tutorial/convert-standalone-to-replica-set`
7873

0 commit comments

Comments
 (0)