> --
> You received this message because you are subscribed to the Google Groups "mongodb-user" group.
> To post to this group, send email to mongod...@googlegroups.com.
> To unsubscribe from this group, send email to mongodb-user...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/mongodb-user?hl=en.
>
http://www.mongodb.org/display/DOCS/Backing+Up+Sharded+Cluster
If you are just restoring the databases, or collections, then you
should restore the config db at all.
The important thing to do first is make sure the sharded cluster is
all setup and configured before restoring your dbs/collections.
Basically mongorestore is not sharding aware and needs to be. See this
issue for the coming changes:
https://jira.mongodb.org/browse/SERVER-3853