Today I will tell you how to do Replica Set In Mongodb. In this example, there are 3 servers, mongodb-node1, mongodb-node2 and mongodb-node3. [crayon-6742572900f12246298771/] 1. …
Read More »MongoDB
Mongodump And Mongorestore
In today’s article, we will talk about MongoDB Logical Backup Restore Mongodump And Mongorestore. Taking MongoDB Instance Backup [crayon-674257290142c473121970/] MongoDB Instance Restore [crayon-6742572901431702274198/] Backup and …
Read More »How To Install MongoDB On Linux
Today I will tell you How To Install MongoDB On Linux. 1. We download and unarchive MongoDB packages. For the installation link, after selecting the …
Read More »Upgrade MongoDB 3.4 to 4.2
In this article we will upgrade Mongodb 3.4 to 4.2. MongoDB Upgradation approach will be as follows; Upgrade Mongodb 3.4 to 3.6 Upgrade Mongodb 3.6 …
Read More »How To Install MongoDb on Ubuntu
The main purpose of this article is how to install MongoDB on Ubuntu Server(single node). Follow the steps below for the installation one by one. …
Read More »How To Backup mongodb using mongodump
Data backup is very important in any case. If you are storing data somewhere, you should definitely create a backup of the data. These backups …
Read More »How To Install MongoDB on Centos 8
MongoDB is an open source and document-based NoSQL database designed to efficiently process large amounts of data. Stores data as Binary JSON documents (BSON). MongoDB …
Read More »How To Enable MongoDB Sharded Cluster Authorization
Once MongoDB is installed, by default, authentication is not enabled, users can login without specifying user name / password. Authorization is extremely important for security …
Read More »How To Install MongoDB Sharded Cluster
In my previous articles, I talked about MongoDB Community Edition installation and MongoDB Sharded Cluster components in general. You can access these posts below: “How …
Read More »How To Install Mongodb Sharded Cluster with Keyfile Access Control on Red Hat or CentOS
As you know security is one of the key points during database administration. In MongoDB sharded clusters security between components of the cluster is provided …
Read More »