16
Oct
In this post, I'll show how to back up and restore data from a database MongoDB hosted on MongoDB Atlas. Basic knowledge of MongoDB Basic knowledge of Bash Scripts Basic knowledge of MongoDB Tools Download and install mongodump. The mongodump is, quoting from the official site, "a utility that creates a binary export of a database's contents...". Before to use this tool you must get the db connection string, and depending on cluster structure you have to compose your connection string. In the official guide they explain how to compose the connection string in case you have to connect to…