Skip to content

docs: clarify how to get latest MySQLTuner when distro packages are outdated#897

Draft
Copilot wants to merge 2 commits intomasterfrom
copilot/update-mysqltuner-installation
Draft

docs: clarify how to get latest MySQLTuner when distro packages are outdated#897
Copilot wants to merge 2 commits intomasterfrom
copilot/update-mysqltuner-installation

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 15, 2026

Linux distribution repos (Ubuntu, Debian, RHEL, etc.) ship significantly older MySQLTuner versions (e.g., Ubuntu 22.04 has 1.7.17) with no official APT/YUM/DNF repo tracking the latest release.

Changes

  • Download/Installation section — Added a callout noting distro packages lag behind, and expanded the method list with numbered options:

    • Direct download (HTTPS)
    • git clone --depth 1
    • Homebrew (macOS)
    • Air-gapped/offline transfer via proxy + scp/rsync
  • New FAQ entry — "I installed via apt/yum/dnf, how do I get the latest version?" with concrete commands for each installation path

  • HTTPS — Updated existing wget http://mysqltuner.pl/ references to https://

  • Translations — All changes applied to README.fr.md, README.it.md, and README.ru.md

Copilot AI changed the title [WIP] Update installation instructions for MySQLTuner docs: clarify how to get latest MySQLTuner when distro packages are outdated Apr 15, 2026
Copilot AI requested a review from jmrenouard April 15, 2026 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

How to update if installed via Ubuntu APT?

2 participants