- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`Datadog recommends you update your Datadog Agent with every minor and patch release. This guide walks you through how to roll out a new Agent version across your hosts in just a few clicks.
Fleet Automation allows you to upgrade Datadog Agents across Linux and Windows, and non-containerized environments remotely. In just a few clicks you can deploy the latest Agent release, keeping your fleet current with new features and security patches. To get setup, follow the Fleet Automation Agent Upgrade guide.
Follow the in-app instructions to upgrade Datadog Agents across container, host-based, and Infrastructure as Code (IaC) tool-managed environments. The guided flow generates an Agent installation command tailored to your platform for upgrading the Agent. By default, the command installs the latest version of the Agent. To upgrade to a specific minor version, set DD_AGENT_MINOR_VERSION=<TARGET_MINOR>
before running the script.
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.
DD_AGENT_MINOR_VERSION=<target_minor> bash -c "$(curl -L https://install.datadoghq.com/scripts/install_script_agent7.sh)"
bash -c "$(curl -L https://install.datadoghq.com/scripts/install_script_agent7.sh)"
Download and install the specific version’s installation package.
https://ddagent-windows-stable.s3.amazonaws.com/ddagent-cli-7.<minor_version>.<bugfix_version>.msi
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.
DD_AGENT_MINOR_VERSION=<target_minor> bash -c "$(curl -L https://install.datadoghq.com/scripts/install_mac_os.sh)"
bash -c "$(curl -L https://install.datadoghq.com/scripts/install_mac_os.sh)"
Run the following Agent installation command to upgrade your Agent from version 6 to version 7:
DD_API_KEY="<DATADOG_API_KEY>" bash -c "$(curl -L https://install.datadoghq.com/scripts/install_script_agent7.sh)"
datadog-agent-7-latest.amd64.msi
.Note: Links to all available versions of the Windows Installer are provided in JSON format.
Run the Agent installation command with the environment variable DD_AGENT_MAJOR_VERSION=7
to upgrade your Agent from version 6 to version 7:
DD_AGENT_MAJOR_VERSION=7 DD_API_KEY="<DATADOG_API_KEY>" bash -c "$(curl -L https://install.datadoghq.com/scripts/install_mac_os.sh)"
Run the Agent installation command with the environment variable DD_UPGRADE="true"
to upgrade your Agent from version 5 to version 7. The Agent v7 installer can automatically convert v5 configurations during the upgrade:
DD_UPGRADE="true" bash -c "$(curl -L https://install.datadoghq.com/scripts/install_script_agent7.sh)"
Run the Agent installation command with the environment variable DD_AGENT_MAJOR_VERSION=7
and DD_UPGRADE="true"
to upgrade your Agent from version 5 to version 7. The Agent v7 installer can automatically convert v5 configurations during the upgrade:
DD_UPGRADE="true" DD_AGENT_MAJOR_VERSION=7 bash -c "$(curl -L https://install.datadoghq.com/scripts/install_mac_os.sh)"
Note: The upgrade process won’t automatically move custom Agent checks. This is by design as Datadog cannot guarantee full backwards compatibility out of the box. See the Python 3 Custom Check Migration guide to discover how to migrate your custom check from Python 2 to Python 3.
추가 유용한 문서, 링크 및 기사: