Created
June 11, 2024 11:13
-
-
Save gilbitron/50632b0b0f4e73e5d7895855dc1e82a4 to your computer and use it in GitHub Desktop.
Install Percona Toolkit on Amazon Linux 2 (EC2)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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