Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
MongoDB High Availability

You're reading from   MongoDB High Availability Design and implement a highly available server using the latest features of MongoDB.

Arrow left icon
Product type Paperback
Published in Jul 2014
Publisher
ISBN-13 9781783986729
Length 164 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Afshin Mehrabani Afshin Mehrabani
Author Profile Icon Afshin Mehrabani
Afshin Mehrabani
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Preface 1. Understanding the MongoDB Architecture and Processes FREE CHAPTER 2. Understanding MongoDB's Failures and Limitations 3. Clustering in MongoDB 4. Utilizing a Replica Set 5. Replica Set in Action 6. Understanding the Concept of Sharding 7. Sharding in Action 8. Analyzing and Improving Database Performance 9. Migrating Instances and Reducing Downtime 10. Monitoring and Troubleshooting the Database Index

Summary


In this chapter, you learned how to move a MongoDB instance to a new server without downtime. First of all, you learned that the standalone mongod instance is not highly available. So, while migrating, you might be faced with a brief outage.

In the first part of this chapter, you learned how to migrate a replica set using the replication feature of MongoDB. This approach has no downtime and is simple and straightforward since replication moves the database completely.

Also, you learned that the only concern for this method is that clients cannot perform write operations during election, and we introduced a hack to perform these operations at an interval. Meanwhile, we learned how to route read operations during election using the slaveOk function.

Then, you learned how to convert a standalone mongod instance to a replica set and follow the same approach to migrate a replica set for the standalone instance. Furthermore, we introduced a way to move the database by duplicating the dbpath...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at R$50/month. Cancel anytime