docker-mongodump
docker-mongodump copied to clipboard
Docker image with mongodump, cron task and upload to AWS S3
this makes it possible to override the Date-var from Env, so you can make it static in case of additional backup-solutions.
It would be good if there was an option to pass user, pass and authenticationDatabase.
Fix aws cli path in the backup.sh so that in works in the cron. (see https://github.com/istepanov/docker-mongodump/issues/14)
it looks like the crontab path when the script is invoked does not find the aws command which exists in /usr/local/bin.. I had to update the backup.sh to use /usr/local/bin/aws...
Hi, The time zone in the container is correct. I checked with **docker exec**. But the time in the saved filename is wrong. Do you have any idea ? ```...
Hello, Is it possible to add max number of backup files? something that would keep the last x zipped files?
mongo --help: connection options: -h, --host= mongodb host to connect to (setname/host1,host2 for replica sets) --port= server port (can also use --host hostname:port) authentication options: -u, --username= username for authentication...
- Upgrade and readapt var env - add out option for mongodump according to the documentation - rename Host and Port variable to be more simple and generic avoiding the...
Hi @istepanov. Thank you for great tool. Please merge my improvement to backup only single database.