pkg.sopackage field notes

brew / rank 2990

Install mydumper with Homebrew

MySQL logical backup tool. Version 1.0.3-1 via Homebrew; verified 2026-06-22.

install

Additional install commands

macOS

Homebrewverified ยท 100%
brew install mydumper

provider-native install command

overview

Package summary

MySQL logical backup tool

Commands and aliases

  • mydumper
  • myloader

history

Project history and usage

MyDumper is a community-maintained logical backup and restore toolset for MySQL-family databases. Its own documentation frames the project as a response to the limits of mysqldump: mysqldump is widely used for logical backups, but its single-threaded design makes large backups and restores slow. MyDumper split that workflow into two programs, `mydumper` for exporting consistent backups and `myloader` for importing them, with both tools built around multithreading.

Project history

The project has long occupied the DBA niche between the official mysqldump client and heavier physical-backup systems. Package descriptions and project documentation emphasize separate output files for tables and metadata, consistent snapshots across worker threads, binary log position capture, compression, regex-based selection, and parallel restore. A 2015 Percona post about version 0.9.1 highlighted full schema support in MyDumper/MyLoader, reducing the need to combine MyDumper data dumps with mysqldump schema dumps.

How it is used

In practice, MyDumper is used for fast logical backups, restores, and migrations where SQL-level portability matters but database size makes serial dumps painful. Cloud migration guides from Microsoft describe mydumper/myloader as community tools for large Azure Database for MySQL migrations, including examples that run MyDumper near the source database, tune thread counts, split table data into chunks, compress traffic, and restore with MyLoader on the target. Homebrew, Nix, and Ubuntu package it as `mydumper`, usually exposing the two command-line programs `mydumper` and `myloader`.

security posture

No protected-tool coverage found yet

No matching local secret-handling manifest was found for mydumper. Nucleus package metadata is still published here so future coverage has a stable package URL.

Install behavior

  • No Homebrew bottle metadata was recorded.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
mydumperexecutableindexed executableDiscovered from the local executable index.
myloaderexecutableindexed executableDiscovered from the local executable index.

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-08-03
manager version1.0.3-1
manager updated2026-06-22
local dataunknown
upstreamnot available
latest detectednot detected
  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:mydumper
Version1.0.3-1
Package managerHomebrew
Homepagehttps://github.com/mydumper/mydumper
Repositoryhttps://github.com/mydumper/mydumper
Last updated2026-06-22T14:05:34-07:00
Pulseupdated
Bottlenot recorded
Servicenone declared

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • curated package history
  • pkgdb category and tag curation