afloyd / mongo-migrate

MIT License
159 stars 81 forks source link

Added support for replica sets #24

Closed notdang closed 9 years ago

notdang commented 9 years ago

I've added support for replica sets. To connect to a replica set, add this property to the config file:

"replicaSet" : ["localhost:27017","localhost:27018","localhost:27019"],