centOs 7

MongoDB Introduction with Installation

How to Install MongoDB on Centos 7 ?

Introduction: It is one of the poplar opensource document-oriented database that provides high performance, high availability, and automatic scaling.

MongoDB provide following important key features,

High Performance
Rich Query Language
High Availability
Horizontal Scalability
Multiple Storage Engine

Installation steps:

1. By defualt MongoDB does not exist with centos. They provides their own repository.

This repository contains following packages,

[button color=”” size=”” type=”square” target=”” link=””]mongodb-org
mongodb-org-server
mongodb-org-mongos
mongodb-org-shell
mongodb-org-tools[/button]

2. Login to your server and create repo file under path: /etc/yum.repos.d/

vi /etc/yum.repos.d/mongodb.repo

Add following repos in it.

[button color=”” size=”” type=”square” target=”” link=””][mongodb-org-3.4]
name=MongoDB Repository
baseurl=https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/3.4/x86_64/
gpgcheck=1
enabled=1
gpgkey=https://www.mongodb.org/static/pgp/server-3.4.asc[/button]

wq!

For versions of MongoDB earlier than 3.0

[button color=”” size=”” type=”square” target=”” link=””][mongodb-org-2.6]
name=MongoDB 2.6 Repository
baseurl=http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/
gpgcheck=0
enabled=1[/button]

3. Now we are ready to install MongoDB on Centos 7

#yum install mongodb-org

Once done with the error free installation, start mongod service

#systemctl start mongod

4. Its conifiguration file is : /etc/mongod.conf

If you made chagnes then reload mongodb service

#systemctl reload mongodb


HR-ADMIN

Recent Posts

The Ultimate Guide to WordPress Maintenance: Tips and Tricks

When you’re running a business that relies on website traffic and sales to succeed. Then you need to keep it…

2 days ago

Migrate In 2024: Our Comprehensive Website Migration Manual to the Next Level

Migration! Yes, this word is very big in the web hosting industry and it has its importance. Especially for businesses…

4 days ago

Unveiling the Importance of Server Maintenance Plans: A Comprehensive Guide

The server is the backbone of the web hosting industry and it acts like a HERO in the web hosting…

2 weeks ago

IP Address is Blocked? A handpicked list of Solutions to Fix it?

Imagine you are on holiday having a cup of tea and browsing your website or blog.Then, what next?You will get…

3 weeks ago

Explained: Difference between Nameservers Vs. DNS

The web hosting industry is growing every minute, day, and year. It has many terminologies that are important to understand…

1 month ago