安装或更新 Atlas CLI
安装 Atlas CLI 以从终端快速预配和管理 Atlas 数据库部署。
要在安装之前验证包,请参阅验证 Atlas CLI 包的完整性。
安装 Atlas CLI。
选择下列安装方法之一,然后按照步骤安装 Atlas CLI。
要检查您的操作系统是否与 Atlas CLI 兼容,请参阅检查兼容性。
满足先决条件
要使用 Homebrew 安装 Atlas CLI,您必须:
使用 MacOS 或 Linux 操作系统。
安装 Homebrew。
满足先决条件
要使用 Chocolatey 安装 Atlas CLI,必须执行以下操作:
确保您的系统符合安装 Chocolatey 的要求。
使用
cmd.exe
或PowerShell.exe
安装 Chocolatey。要了解更多信息,请参阅安装 Chocolatey。
满足先决条件
要使用 Docker 安装 Atlas CLI,请安装 Docker 引擎或 Docker 桌面。
按照以下步骤操作
yum
为您的MongoDB版本配置 。
创建/etc/yum.repos.d/mongodb-org-6.0.repo
文件,以便可以直接使用yum
安装 Atlas CLI。 将6.0
替换为您的 MongoDB 版本。
[mongodb-org-6.0] name=MongoDB Repository baseurl=https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/6.0/x86_64/ gpgcheck=1 enabled=1 gpgkey=https://pgp.mongodb.com/server-6.0.asc
[mongodb-org-6.0] name=MongoDB Repository baseurl=https://repo.mongodb.org/yum/amazon/2/mongodb-org/6.0/x86_64/ gpgcheck=1 enabled=1 gpgkey=https://pgp.mongodb.com/server-6.0.asc
创建/etc/yum.repos.d/mongodb-enterprise-6.0.repo
文件,以便可以直接使用yum
安装 Atlas CLI。 将6.0
替换为您的 MongoDB 版本。
[mongodb-enterprise-6.0] name=MongoDB Repository baseurl=https://repo.mongodb.com/yum/redhat/$releasever/mongodb-enterprise/6.0/$basearch/ gpgcheck=1 enabled=1 gpgkey=https://pgp.mongodb.com/server-6.0.asc
[mongodb-enterprise-6.0] name=MongoDB Enterprise Repository baseurl=https://repo.mongodb.com/yum/amazon/2/mongodb-enterprise/6.0/$basearch/ gpgcheck=1 enabled=1 gpgkey=https://pgp.mongodb.com/server-6.0.asc
为您的 MongoDB 版本创建列表文件。
选择 Ubuntu 或 Debian,然后选择您的版本。
为您的 Ubuntu 版本创建列表文件/etc/apt/sources.list.d/mongodb-org-6.0.list
。 将6.0
替换为您的 MongoDB 版本。
echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-6.0.gpg ] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/6.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-6.0.list
echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-6.0.gpg ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/6.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-6.0.list
echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-6.0.gpg ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/6.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-6.0.list
为您的 Debian 版本创建列表文件/etc/apt/sources.list.d/mongodb-org-6.0.list
。 将6.0
替换为您的 MongoDB 版本。
echo "deb http://repo.mongodb.org/apt/debian bookworm/mongodb-org/6.0 main" | sudo tee /etc/apt/sources.list.d/mongodb-org-6.0.list
echo "deb http://repo.mongodb.org/apt/debian bullseye/mongodb-org/6.0 main" | sudo tee /etc/apt/sources.list.d/mongodb-org-6.0.list
echo "deb http://repo.mongodb.org/apt/debian buster/mongodb-org/6.0 main" | sudo tee /etc/apt/sources.list.d/mongodb-org-6.0.list
选择 Ubuntu 或 Debian,然后选择您的版本。
为 Ubuntu 版本创建 /etc/apt/sources.list.d/mongodb-enterprise.list
文件。将 6.0
替换为 MongoDB 版本。
echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-6.0.gpg ] https://repo.mongodb.com/apt/ubuntu jammy/mongodb-enterprise/6.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-6.0.gpg ] https://repo.mongodb.com/apt/ubuntu focal/mongodb-enterprise/6.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-6.0.gpg ] https://repo.mongodb.com/apt/ubuntu bionic/mongodb-enterprise/6.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
为 Debian 版本创建 /etc/apt/sources.list.d/mongodb-enterprise.list
文件。将 6.0
替换为 MongoDB 版本。
echo "deb http://repo.mongodb.com/apt/debian bullseye/mongodb-enterprise/6.0 main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
echo "deb http://repo.mongodb.com/apt/debian buster/mongodb-enterprise/6.0 main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
要提取最新的 Atlas CLI Docker 镜像,请运行以下命令:
docker pull mongodb/atlas
如果运行docker pull mongodb/atlas
时未指定版本标签,Docker 会自动拉取最新版本的 Docker 映像 ( mongodb/atlas:latest
)。
要拉取特定版本的 Docker 映像,请运行以下命令,并将<tag>
替换为版本标签:
docker pull mongodb/atlas:<tag>
要了解如何在拉取 Docker 映像后使用 Docker 运行 Atlas CLI 命令,请参阅使用 Docker 运行 Atlas CLI 命令。
更新 Atlas CLI
要更新 Atlas CLI,请按照与安装 Atlas CLI 的方法相对应的步骤进行操作:
按照以下步骤操作
更新 Atlas CLI。
如果您使用 mongodb-atlas
包同时安装了 Atlas CLI 和 mongosh
,请调用以下 yum
命令:
yum update mongodb-atlas
如果您仅使用 mongodb-atlas-cli
包安装了 Atlas CLI,请调用以下 yum
命令:
yum update mongodb-atlas-cli
按照以下步骤操作
更新 Atlas CLI。
如果您使用 mongodb-atlas
包同时安装了 Atlas CLI 和 mongosh
,请调用以下 apt
命令:
sudo apt-get install --only-upgrade mongodb-atlas
如果您仅使用 mongodb-atlas-cli
包安装了 Atlas CLI,请调用以下 apt
命令:
sudo apt-get install --only-upgrade mongodb-atlas-cli