Updating the Agent

Learn how to update the NGINX Amplify Agent.

Important:
It is highly recommended that you periodically check for updates and install the latest stable version of the agent.
  1. Updating the Agent On Ubuntu/Debian

    # apt-get update && \
    apt-get install nginx-amplify-agent
    
  2. Updating the Agent On CentOS/Red Hat

    # yum makecache && \
    yum update nginx-amplify-agent