Skip to content

Thymo/mongo-s3-backup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mongo S3 Backup

This container runs a cron job which:

  • dumps a mongo database using mongodump
  • archives the dump and uploads it to Amazon S3

You can configure the execution of the above steps by setting the following environment variables:

  • MONGO_HOST
  • MONGO_PORT
  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • S3_BUCKET
  • BACKUP_FILENAME_PREFIX, optional, defaults to mongo_backup
  • BACKUP_FILENAME_DATE_FORMAT, optional, defaults to %Y%m%d
  • CRON_SCHEDULE, optional, defaults to 0 1 * * *

About

Docker container to backup a mongo database to s3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%