Skip to content

For help, click the link below to get free database assistance or contact our experts for personalized support.

Install everestctl

Important

Installing everestctl is only necessary if you want to use it to install Percona Everest using everestctl; it is not required if you prefer to install Percona Everest with Helm.

You can download the latest version of everestctl visiting the latest release page in this repository.

To install everestctl on Linux or WSL, run the following commands:

  1. Download the latest version of everestctl.

    curl -sSL -o everestctl-linux-amd64 https://github.com/percona/everest/releases/latest/download/everestctl-linux-amd64
    
  2. Install everestctl binary to /usr/local/bin/.

    sudo install -m 555 everestctl-linux-amd64 /usr/local/bin/everestctl
    
  3. Remove everestctl binary to clean up.

    rm everestctl-linux-amd64
    

To install everestctl on macOS with Apple Silicon, run the following commands:

  1. Download the latest version of everestctl for Apple Silicon.

    curl -sSL -o everestctl-darwin-arm64 https://github.com/percona/everest/releases/latest/download/everestctl-darwin-arm64
    
  2. Install everestctl binary to /usr/local/bin/.

    sudo install -m 555 everestctl-darwin-arm64 /usr/local/bin/everestctl
    
  3. Remove everestctl binary to clean up

    rm everestctl-darwin-arm64
    

To install everestctl on macOS with an Intel CPU, run the following commands:

  1. Download the latest version of everestctl for Intel CPUs.

    curl -sSL -o everestctl-darwin-amd64 https://github.com/percona/everest/releases/latest/download/everestctl-darwin-amd64
    
  2. Install everestctl binary to /usr/local/bin/.

    sudo install -m 555 everestctl-darwin-amd64 /usr/local/bin/everestctl
    
  3. Remove everestctl to clean up.

    rm everestctl-darwin-amd64
    

Next steps

Start by installing Percona Everest:

Install Everest