File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -63,16 +63,11 @@ Does Backup Work with All Types of Deployments?
6363Why 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
You can’t perform that action at this time.
0 commit comments