Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(DOCSP-39429): Add support for Amazon Linux 2023 #369

Merged
merged 1 commit into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ systems:
- Operating System Version
- Architecture
* - Amazon Linux
- 2
- 2, 2023
- ``x86-64``, ``ARM``
* - Debian
- 10, 11, 12
Expand Down
34 changes: 30 additions & 4 deletions source/install-atlas-cli.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ Follow These Steps
enabled=1
gpgkey=https://pgp.mongodb.com/server-{+mdbVersion+}.asc

.. tab:: Amazon Linux
:tabid: amazon
.. tab:: Amazon Linux 2
:tabid: amazon2

.. code-block:: text
:emphasize-lines: 1
Expand All @@ -169,6 +169,19 @@ Follow These Steps
enabled=1
gpgkey=https://pgp.mongodb.com/server-{+mdbVersion+}.asc

.. tab:: Amazon Linux 2023
:tabid: amazon2023

.. code-block:: text
:emphasize-lines: 1

[mongodb-org-{+mdbVersion+}]
name=MongoDB Repository
baseurl=https://repo.mongodb.org/yum/amazon/2023/mongodb-org/{+mdbVersion+}/x86_64/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the instructions seem correct, however I can't find the atlas cli or mongodb-atlas available in the link, I'm checking if I can find how to get them there.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably this can only be merged after we do the release

gpgcheck=1
enabled=1
gpgkey=https://pgp.mongodb.com/server-{+mdbVersion+}.asc

.. tab:: MongoDB Enterprise Edition
:tabid: mdb-ent

Expand All @@ -193,8 +206,8 @@ Follow These Steps
enabled=1
gpgkey=https://pgp.mongodb.com/server-{+mdbVersion+}.asc

.. tab:: Amazon Linux
:tabid: amazon
.. tab:: Amazon Linux 2
:tabid: amazon2

.. code-block:: text
:emphasize-lines: 1
Expand All @@ -206,6 +219,19 @@ Follow These Steps
enabled=1
gpgkey=https://pgp.mongodb.com/server-{+mdbVersion+}.asc

.. tab:: Amazon Linux 2023
:tabid: amazon2023

.. code-block:: text
:emphasize-lines: 1

[mongodb-enterprise-{+mdbVersion+}]
name=MongoDB Enterprise Repository
baseurl=https://repo.mongodb.com/yum/amazon/2023/mongodb-enterprise/{+mdbVersion+}/$basearch/
gpgcheck=1
enabled=1
gpgkey=https://pgp.mongodb.com/server-{+mdbVersion+}.asc

.. step:: Install the {+atlas-cli+} and {+mongosh+}.

Invoke the following ``yum`` command to install both the
Expand Down