Skip to content

Commit 26419ba

Browse files
DOCSP-15886 doc limitations with shared clusters (#124)
* DOCSP-15886 doc limitations with shared clusters * DOCSP-15886 updates for CR feedback * DOCS-15886 updates for RS' feedback * Update source/mongorestore.txt Co-authored-by: Rohan Sharan <[email protected]> * DOCS-15886 updates for RS' feedback --------- Co-authored-by: Rohan Sharan <[email protected]>
1 parent 48ae843 commit 26419ba

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

source/mongodump.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,22 @@ FIPS
388388
connections to a :binary:`~bin.mongod`/:binary:`~bin.mongos` that is
389389
:manual:`configured to use FIPS mode </tutorial/configure-fips>`.
390390

391+
Using ``mongodump`` on Atlas Free and Shared Tier Clusters
392+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
393+
394+
On free (``M0``) and shared (``M2`` and ``M5``) tier Atlas clusters, the
395+
following limitations apply:
396+
397+
- You can't run ``mongodump`` on the ``admin`` database. By default,
398+
``mongodump`` skips this database. If you use the :option:`--db
399+
<mongodump --db>` option to set the destination database to ``admin``,
400+
the program returns an error.
401+
402+
- You can't use the following options with the ``mongodump`` program:
403+
404+
- :option:`--dumpDbUsersAndRoles`
405+
- :option:`--oplog <mongodump --oplog>`
406+
391407
Required Access
392408
---------------
393409

source/mongorestore.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,23 @@ Starting in MongoDB 5.0, you can use ``mongorestore`` to restore
215215
:ref:`timeseries collections <manual-timeseries-landing>`.
216216
For details, see :ref:`mongorestore-example-time-series`.
217217

218+
Using ``mongorestore`` on Atlas Free and Shared Tier Clusters
219+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
220+
221+
On free (``M0``) and shared (``M2`` and ``M5``) tier Atlas clusters, the
222+
following limitations apply:
223+
224+
- You can't run ``mongorestore`` on the ``admin`` database. By default,
225+
``mongorestore`` skips this database. If you use the :option:`--db
226+
<mongorestore --db>` option to set the destination database to
227+
``admin``, the program returns an error.
228+
229+
- You can't use the following options with the ``mongorestore`` program:
230+
231+
- :option:`--restoreDbUsersAndRoles`
232+
- :option:`--oplogReplay <mongorestore --oplogReplay>`
233+
- :option:`--preserveUUID <mongorestore --preserveUUID>`
234+
218235
.. _mongorestore-required-access:
219236

220237
Required Access

0 commit comments

Comments
 (0)