Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcarrio/homebrew-percona-toolkit
Fork of percona-toolkit targeting mysql-client@8
https://github.com/tcarrio/homebrew-percona-toolkit
Last synced: about 4 hours ago
JSON representation
Fork of percona-toolkit targeting mysql-client@8
- Host: GitHub
- URL: https://github.com/tcarrio/homebrew-percona-toolkit
- Owner: tcarrio
- License: mit
- Created: 2024-08-28T16:14:52.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T17:16:43.000Z (3 months ago)
- Last Synced: 2024-08-30T18:17:41.798Z (3 months ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebrew-percona-toolkit
This is a typical [Homebrew](https://brew.sh/) tap for [Percona Toolkit](https://www.percona.com/percona-toolkit). You can use it to install `percona-toolkit` on MacOS and Linux using Homebrew.
This is a fork of the Homebrew [percona-toolkit] targeted for MySQL 8 support. Newer versions of `percona-toolkit` explicitly target `mysql-client@9` which makes it incompatible with older MySQL servers.
## Install
To install `percona-toolkit` with Homebrew, aka. `brew`, run the following commands:
```bash
brew tap tcarrio/percona-toolkit
brew install tcarrio/percona-toolkit/percona-toolkit
```## Upgrade
To upgrade, it is recommended that you run the `brew upgrade` command.
```bash
brew upgrade tcarrio/percona-toolkit/percona-toolkit
```## Uninstall
If you want to uninstall `percona-toolkit`, run the following commands:
```bash
brew uninstall tcarrio/percona-toolkit/percona-toolkit
brew untap tcarrio/percona-toolkit
```[percona-toolkit]: https://github.com/Homebrew/homebrew-core/blob/e0eb9cf8b84053091519e81e4ca7f2d26267286e/Formula/p/percona-toolkit.rb
[Percona Tookit]: https://www.percona.com/percona-toolkit