Skip to content

DOCS-1783: Backup documentation should cover need for journal files #1184

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions source/core/backups.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ the following factors:
by including only crucial data in the most frequent backups and
backing up less crucial data less frequently.

.. warning::

In order to use filesystem snapshots for backups, your mongod
instance must have :setting:`journal` enabled, which is the default
for 64 bit versions of MongoDB since 2.0. If the journal sits on a
different filesystem than your data files then you must also disable
writes during the snapshot.

.. _backup-approaches:

Approaches to Backing Up MongoDB Systems
Expand Down