Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 610 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 610 Bytes

MMS Backup Agent

Minimal docker container for running the MMS/MongoDB Cloud Manager Backup Agent

Usage

Specify MMS configuration values by passing them as environment variables prefixed with MMS_.

The Backup Agent documentation requires that at least the mmsApiKey, mmsGroupId, and mothership be set, so a minimal configuration could look like this:

docker run -e MMS_mmsApiKey=MY_API_KEY -e MMS_mmsGroupId=MY_GROUP_ID -e MMS_mothership=api-backup.us-east-1.mongodb.com limit0/mms-backup-agent:latest