Upgrade Between Datadog Agent Minor Versions

이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.

Upgrade between minor versions of the Agent

The recommended way to upgrade between minor versions of the Agent is to use the install_script_agent7.sh script. The following commands work on all supported Linux distributions.

Upgrading to a given Agent minor version:

DD_AGENT_MINOR_VERSION=<target_minor> bash -c "$(curl -L https://install.datadoghq.com/scripts/install_script_agent7.sh)"

Upgrading to the latest Agent minor version:

bash -c "$(curl -L https://install.datadoghq.com/scripts/install_script_agent7.sh)"

Download and install the specific version’s installation package.

URL to download a specific Agent minor version

https://ddagent-windows-stable.s3.amazonaws.com/ddagent-cli-7.<minor_version>.<bugfix_version>.msi

The recommended way to upgrade between minor version of the Agent is to use the install_mac_os.sh script. The following commands work on all supported MacOS versions.

Upgrading to a given Agent minor version:

DD_AGENT_MINOR_VERSION=<target_minor> bash -c "$(curl -L https://install.datadoghq.com/scripts/install_mac_os.sh)"

Upgrading to the latest Agent minor version:

bash -c "$(curl -L https://install.datadoghq.com/scripts/install_mac_os.sh)"

PREVIEWING: aliciascott/DOCS-9725-Cloudcraft