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:
-
Download the latest version of
everestctl
.curl -sSL -o everestctl-linux-amd64 https://github.com/percona/everest/releases/latest/download/everestctl-linux-amd64
-
Install
everestctl
binary to /usr/local/bin/.sudo install -m 555 everestctl-linux-amd64 /usr/local/bin/everestctl
-
Remove
everestctl
binary to clean up.rm everestctl-linux-amd64
To install everestctl
on macOS with Apple Silicon, run the following commands:
-
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
-
Install
everestctl
binary to /usr/local/bin/.sudo install -m 555 everestctl-darwin-arm64 /usr/local/bin/everestctl
-
Remove
everestctl
binary to clean uprm everestctl-darwin-arm64
To install everestctl
on macOS with an Intel CPU, run the following commands:
-
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
-
Install
everestctl
binary to /usr/local/bin/.sudo install -m 555 everestctl-darwin-amd64 /usr/local/bin/everestctl
-
Remove
everestctl
to clean up.rm everestctl-darwin-amd64
Next steps¶
Start by installing Percona Everest: