File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -50,17 +50,22 @@ content: |
50
50
51
51
[mongodb-org-{+mdb-version+}]
52
52
name=MongoDB Repository
53
- baseurl=https://repo.mongodb.org/yum/amazon/$releasever /mongodb-org/{+mdb-version+}/$basearch/
53
+ baseurl=https://repo.mongodb.org/yum/amazon/2023 /mongodb-org/{+mdb-version+}/$basearch/
54
54
gpgcheck=1
55
55
enabled=1
56
56
gpgkey=https://www.mongodb.org/static/pgp/server-{+pgp-version+}.asc
57
57
58
+ .. note::
59
+
60
+ If your system uses Amazon Linux 2, replace ``2023`` with
61
+ ``2`` in the baseurl.
62
+
58
63
You can also download the ``.rpm`` files directly from the
59
64
`MongoDB repository
60
65
<https://repo.mongodb.org/yum/amazon/>`__. Downloads are
61
66
organized in the following order:
62
67
63
- 1. Amazon Linux version (for example, ``2 ``)
68
+ 1. Amazon Linux version (for example, ``2023 ``)
64
69
65
70
#. MongoDB :manual:`release version </reference/versioning>`
66
71
(for example, ``{+mdb-version+}``)
You can’t perform that action at this time.
0 commit comments