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)"