Details
-
Bug
-
Resolution: Cannot Reproduce
-
Major - P3
-
3.6 Required
-
None
Description
I am trying to install the v3.6 MongoDB using Yum on RHEL based on the instructions from the docs. Is there anything wrong the repo 3.6 links?
{{uname -a
Linux ip-172-31-10-108.us-west-2.compute.internal 3.10.0-693.el7.x86_64 #1 SMP Thu Jul 6 19:56:57 EDT 2017 x86_64 x86_64 x86_64 GNU/Linux}}
{{ls -l /etc/yum.repos.d/
total 28
rw-rr-. 1 root root 201 Feb 8 09:56 mongodb-org-3.6.repo
rw-rr-. 1 root root 358 Jul 11 2017 redhat.repo
rw-rr-. 1 root root 607 Feb 8 09:07 redhat-rhui-client-config.repo
rw-rr-. 1 root root 8679 Feb 8 09:07 redhat-rhui.repo
rw-rr-. 1 root root 80 Feb 8 09:07 rhui-load-balancers.conf}}
{{sudo cat /etc/yum.repos.d/mongodb-org-3.6.repo
[mongodb-org-3.6]
name=MongoDB Repository
baseurl=https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/3.6/x86_64/
gpgcheck=1
enabled=1
gpgkey=https://www.mongodb.org/static/pgp/server-3.6.asc}}
{{sudo yum install mongodb-org
Loaded plugins: amazon-id, rhui-lb, search-disabled-repos
Resolving Dependencies
--> Running transaction check
---> Package mongodb-org.x86_64 0:3.4.12-1.el7 will be installed
--> Processing Dependency: mongodb-org-tools = 3.4.12 for package: mongodb-org-3.4.12-1.el7.x86_64
--> Processing Dependency: mongodb-org-shell = 3.4.12 for package: mongodb-org-3.4.12-1.el7.x86_64
--> Processing Dependency: mongodb-org-server = 3.4.12 for package: mongodb-org-3.4.12-1.el7.x86_64
--> Processing Dependency: mongodb-org-mongos = 3.4.12 for package: mongodb-org-3.4.12-1.el7.x86_64
--> Running transaction check
---> Package mongodb-org-mongos.x86_64 0:3.4.12-1.el7 will be installed
---> Package mongodb-org-server.x86_64 0:3.4.12-1.el7 will be installed
---> Package mongodb-org-shell.x86_64 0:3.4.12-1.el7 will be installed
---> Package mongodb-org-tools.x86_64 0:3.4.12-1.el7 will be installed
--> Finished Dependency Resolution
}}