환경 변수 DD_UPGRADE="true"
와 함께 Agent 설치 명령을 실행하여 Agent를 버전 5에서 버전 7로 업그레이드합니다. 업그레이드하는 동안 Agent 버전 7 설치 관리자는 버전 5 설정을 자동으로 변환할 수 있습니다.
다음 명령은 Amazon Linux, CentOS, Debian, Fedora, Red Hat, Ubuntu, SUSE에서 작동합니다:
:DD_UPGRADE="true" bash -c "$(curl -L https://s3.amazonaws.com/dd-agent/scripts/install_script_agent7.sh)"
환경 변수 DD_AGENT_MAJOR_VERSION=7
및 DD_UPGRADE="true"
와 함께 Agent 설치 명령을 실행하여 Agent를 버전 5에서 버전 7로 업그레이드합니다. 업그레이드하는 동안 Agent v7 설치 관리자가 v5 설정을 자동으로 변환할 수 있습니다.
DD_UPGRADE="true" DD_AGENT_MAJOR_VERSION=7 bash -c "$(curl -L https://s3.amazonaws.com/dd-agent/scripts/install_mac_os.sh)"