Giter Site home page Giter Site logo

mongo-backup-s3's Introduction

MongoDB S3 Backup Docker image

Docker image that performs periodic backups on a MongoDB database and then uploads the results to Amazon S3.

Based on the dbader/schedule Python scheduling package.

Configuration

The following table describes the available configuration environment variables.

Name Description Default
MONGO_HOST MongoDB instance hostname Required
MONGO_DB MongoDB database name Required
S3_BUCKET Amazon S3 bucket name Required
AWS_ACCESS_KEY_ID Amazon AWS access key Required
AWS_SECRET_ACCESS_KEY Amazon AWS secret Required
BACKUP_INTERVAL Interval between each backup (days) 1
BACKUP_TIME Hour of the day at which the backup will be executed 2:00
DATE_FORMAT Date format string used as the suffix of the backup filename %Y%m%d-%H%M%S
FILE_PREFIX Prefix of the backup filename backup-
MONGO_PASSWORD mongo db username
MONGO_USER mongo db password

Example

The following command starts a mongo-s3-backup container that will stay in the background uploading backups of the testdb database on the my-mongo-host MongoDB instance every day at 2:00. The backups will be uploaded to an S3 bucket named my-s3-bucket:

docker run -d -e MONGO_HOST=my-mongo-host -e MONGO_DB=testdb -e S3_BUCKET=my-s3-bucket -e AWS_ACCESS_KEY_ID=<your_access_key> -e AWS_SECRET_ACCESS_KEY=<your_access_secret> -e BACKUP_INTERVAL=1 --name mongo_backups agmangas/mongo-backup-s3

mongo-backup-s3's People

Watchers

James Cloos avatar Alaa Attya Mohamed avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.