We have a single mongo database hosted on MongoHQ.
We now want to move to a replica-set on our own servers. I was hoping I could change the current db to a replica set, and then add our servers to it, and then eventually remove the mongohq instance from the set.
is this possible/appropriate with mongohq? is it better to do a mongodump?
what is the best way of going from single production mongohq db to a replicaset on our own servers?