docker-mongodb-backup icon indicating copy to clipboard operation
docker-mongodb-backup copied to clipboard

Docker MongoDB Backup Container based on Alpine w/S6 init, Zabbix Monitoring

Results 3 docker-mongodb-backup issues
Sort by recently updated
recently updated
newest added

After creating a new database, I tryied to do a backup, and got this error : ``` Failed: error connecting to db server: server returned error on SASL authentication step:...

When I got dumps, I see that a name of files consist of incorrect time. It will be better to put correct time to name which getting from a server...

Can I define a authentication source? We normally connect like this to our mongodb: `mongodb://${MONGO_USER}:${MONGO_PW}@${DATABASE_IP}/?authSource=admin` Also, does is backup all database instances that are running on the mongo server or...