https://github.com/shini4i/docker-mongodb-tools-awscli
A Docker image with the MongoDB tools and AWS CLI installed
https://github.com/shini4i/docker-mongodb-tools-awscli
awscli backup dockerfile mongodb
Last synced: about 1 year ago
JSON representation
A Docker image with the MongoDB tools and AWS CLI installed
- Host: GitHub
- URL: https://github.com/shini4i/docker-mongodb-tools-awscli
- Owner: shini4i
- Created: 2022-10-15T20:13:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T09:53:05.000Z (over 3 years ago)
- Last Synced: 2025-01-02T00:23:24.212Z (about 1 year ago)
- Topics: awscli, backup, dockerfile, mongodb
- Language: Dockerfile
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mongodb-tools-awscli
A Docker image with the MongoDB tools and AWS CLI installed.

## General Information
Currently, the idea is that this image will have a bare minimum required to make a MongoDB backups (mongodb-tools) and upload it to the s3 bucket (awscli).
The backup script is omitted as it is intended to be mounted from the helm chart, as implementation might differ between various setups.
## Supported MongoDB versions
As per the [MongoDB documentation](https://www.mongodb.com/docs/database-tools/mongodump/#compatibility), the following versions are supported:
- MongoDB 6.0
- MongoDB 5.0
- MongoDB 4.4
- MongoDB 4.2