docker-mongodump icon indicating copy to clipboard operation
docker-mongodump copied to clipboard

Using last version of mongo to avoid assertion: 17369

Open earthquakesan opened this issue 9 years ago • 0 comments

Had an error: assertion: 17369 Backing up users and roles is only supported for clusters with auth schema versions 1 or 3, found: 5 explanation can be found here: http://stackoverflow.com/questions/27664250/mongodump-assertion-17369

Changed Dockerfile to use last version of mongo (which I use in production in my project).

Also added a script for quick test of the docker container

Thanks for sharing your work! -)

earthquakesan avatar Aug 11 '15 11:08 earthquakesan