Upgrade the Agent

  1. Shut down the NGINX server.
  2. Move or rename the agent install directory, /opt/opentelemetry-webserver-sdk to create a backup.
  3. Download the new version of the agent and extract it into /opt/opentelemetry-webserver-sdk.
  4. Change directory to the agent install directory:
    cd <agent_install_directory>
  5. Run the installer:
    ./install.sh
    It is not necessary to change the configuration when you use the same directory location as the old agent installation.
  6. Restart the NGINX server.