Skip to content

Instantly share code, notes, and snippets.

@gilbitron
Created June 11, 2024 11:13
Show Gist options
  • Save gilbitron/50632b0b0f4e73e5d7895855dc1e82a4 to your computer and use it in GitHub Desktop.
Save gilbitron/50632b0b0f4e73e5d7895855dc1e82a4 to your computer and use it in GitHub Desktop.
Install Percona Toolkit on Amazon Linux 2 (EC2)
#!/bin/bash
sudo yum install -y -q https://repo.percona.com/yum/percona-release-latest.noarch.rpm
sudo yum install percona-toolkit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment