I need to have MongoDB databases in different data centers. One MongoDB database will be a master in a main data center and other will be slaves in other data centers. How can we assign a new master database in different data centers if our master database in the main data center will die?
↧