How to Install MongoDB 4.2 on CentOS 8 RHEL 8

Published: 22 May 2020
on channel: OSPY
5,322
31

How to Install MongoDB 4.2 on CentOS 8 RHEL 8
vi /etc/yum.repos.d/mongodb-org-4.2.repo
[mongodb-org-4.2]
name=MongoDB Repository
baseurl=https://repo.mongodb.org/yum/redhat/$...
gpgcheck=1
enabled=1
gpgkey=https://www.mongodb.org/static/pgp/se...
yum update
yum search mongodb-org
yum install mongodb-org
systemctl enable mongod
systemctl start mongod
systemctl status mongod
mongo


Watch video How to Install MongoDB 4.2 on CentOS 8 RHEL 8 online without registration, duration hours minute second in high quality. This video was added by user OSPY 22 May 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 5,322 once and liked it 31 people.