Navigation
This version of the documentation is archived and no longer supported. It will be removed on EOL_DATE. To learn how to upgrade your version of MongoDB Ops Manager, refer to the upgrade documentation.
You were redirected from a different version of the documentation. Click here to go back.
This version of the manual is no longer supported. It will be removed on EOL_DATE.

Manage File System Snapshot Storage

Ops Manager can back up MongoDB databases as snapshots to one or more of the following storage options:

  • Another MongoDB database, called a Blockstore,
  • As files stored on a local or network-attached file system, and/or
  • An AWS S3 bucket.

This tutorial covers backing up your snapshots on file system storage.

Note

You may have issues that require you to use more than one snapshot store like needing more capacity, localizing data, or meeting privacy regulations. To learn how to assign snapshot stores to different data centers, see Assign Snapshot Stores to Specific Data Centers.

Prerequisites

Before creating any file system snapshot stores:

  • Ensure storage volumes with sufficient capacity is attached to the Ops Manager server to store the snapshot files and the Oplog Store MongoDB database. The Oplog Store does not need to be on the same host as the file system snapshot store.
  • Deploy the dedicated MongoDB instance(s) to host the Oplog Stores for this snapshot store.
  • Ensure the host running the Ops Manager Backup Daemon service has sufficient capacity to store the head database.
  • If you use multiple Ops Manager instances (including those activated as additional Backup Daemons), set up an NFS application or something similar to ensure the all instances share the same view of file system snapshot storage. If the Ops Manager instances do not share the same view of file system snapshot storage, restores are not possible and Ops Manager cannot remove expired snapshots.

Important

If the Ops Manager instances do not share the same view of file system snapshot storage, Backup restores will not be possible and Ops Manager will not be able to remove expired snapshots.

Add a File System Store

1
2

Click Create New File System Store.

3

Complete the File System Store details.

Field Contents
File System Store Name A name for the file system store.
Path The file system path in which the snapshot will be stored.
MMapV1 Compression Setting

Select whether or not MMapV1 storage engine snapshots are compressed. Any backup job using MMapV1 snapshots inherits this setting. The default value is on.

Note

If you plan on using queryable backups, set this value to off. Queryable backup cannot query compressed snapshots.

WiredTiger Compression Setting

Select whether or not WiredTiger storage engine snapshots are compressed. Any backup job using WiredTiger snapshots inherits this setting. The default value is off.

Note

If you plan on using queryable backups, set this value to off. Queryable backup cannot query compressed snapshots.

New Assignment Enabled checkbox This enables the filestore once it has been created. If you leave this unchecked, the filestore is created but no newly started backups can be assigned to it.
6

Click Create.

Edit an Existing File System Store

Once created, file system stores are listed directly on the Snapshot Storage page in a table. Each row contains the settings for each File System Store.

1

Navigate to the Snapshot Storage page.

  1. Click the Admin link.
  2. Click the Backup tab.
  3. (Optional) If you have not previously set the head directory, set it in the Head Directory box.
  4. Click the Snapshot Storage page.
2

Go to the row for the filestore you want to edit.

3

In the Store Path column, update any values that need to be changed in the following fields:

Field Contents
Store Path The location where file system-based backups are stored on the Ops Manager server.
Assignment Labels A comma-separated list of labels to assign the filestores to specific groups.
Load Factor

A proportional value of how backup jobs are assigned to the given snapshot store compared to other snapshot stores.

By default snapshot stores assign one shard per snapshot store.

If a snapshot store has more than one shard assigned, it would result in one snapshot store being backed up often than the another. This ratio of backup jobs to shards can be changed using the load factor.

An example of how the Load Factor affects backups:

You are backing up a 5 shard cluster. Your deployment has filestore (A) with one shard and blockstore (B) with four shards. These blockstores should not get equally distribution of backup jobs, as B is four times larger than A. B should get a Load Factor of 4 and A should get a Load Factor or 1.

4

Check the checkbox in the Assignment Enabled column.

5

Click Save.

6

If you change the path, restart all the Ops Manager instances including those running Backup Daemons.

Delete a File System Store

1

Navigate to the Snapshot Storage page.

  1. Click the Admin link.
  2. Click the Backup tab.
  3. (Optional) If you have not previously set the head directory, set it in the Head Directory box.
  4. Click the Snapshot Storage page.
2