Docker image to backup mongo to the S3 bucket
1.2K
To configure access to a database and amazon use environment variables
ENV:
BACKUP_PATH: where to save backups (full path will be $BACKUP_PATH/DATE)
MONGO_HOST: mongodb host address
MONGO_USER: mongodb user
MONGO_PASSWORD: mongodb password
S3_BUCKET: Amazon S3 bucket name where you want to save backups
AWS_ACCESS_KEY: your Amazon access key
AWS_SECRET_KEY: your Amazon access secret key
Content type
Image
Digest
Size
184.7 MB
Last updated
over 6 years ago
docker pull pametol/mongo-backup-s3