Skip to content

Commit 71b2d6f

Browse files
author
Ed Costello
committed
DOCS-556 mongodump cannot be used while database is locked by fsync
1 parent 8ac4f53 commit 71b2d6f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

source/administration/backups.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,11 @@ the snapshot has completed, use the following command in the
371371

372372
.. include:: /includes/note-disable-profiling-fsynclock.rst
373373

374+
.. warning::
375+
376+
:program:`mongodump` cannot be used while the database is locked
377+
with :dbcommand:`fsync` or :method:`db.fsyncLock()`.
378+
374379
.. _backup-amazon-software-raid:
375380

376381
Amazon EBS in Software RAID 10 Configuration

source/reference/mongodump.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,10 @@ Options
197197
.. warning:: Use :option:`--forceTableScan` with extreme caution
198198
and consideration.
199199

200-
operations
200+
.. warning::
201201

202+
:program:`mongodump` cannot be used while the database is locked
203+
with :dbcommand:`fsync` or :method:`db.fsyncLock()`.
202204

203205
.. _mongodump-behavior:
204206

0 commit comments

Comments
 (0)