mongodb - Error while mongorestore - assertion: 17370 Restoring users and roles is only supported for clusters with auth schema versions 1 or 3, found: 5 -


i trying restore folder created using mongodump, , using mongorestore. there error:

assertion: 17370 restoring users , roles supported clusters auth schema versions 1 or 3, found: 5

how can solve error , restore?

i able restore individual databases 1 @ time using --db parameter.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -