Introduction
In the previous chapter, we saw various tools and techniques used to back up MongoDB data. Continuing from that trail, this chapter should help you understand how to restore data from a given backup. For most restoration use cases, we will use the mongorestore
utility that comes bundled with the MongoDB installation. Additionally, we will cover different types of MongoDB setups, ranging from standalone servers and replica sets to sharded databases. So, let's get started!