# Install mydumper with Homebrew

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

## Install

```sh
sudo av install brew:mydumper
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install mydumper
```

  Evidence: provider-native install command

## Package facts

- **Package key:** brew:mydumper
- **Package manager:** Homebrew
- **Version:** 1.0.3-1
- **Source summary:** MySQL logical backup tool
- **Homepage:** <https://github.com/mydumper/mydumper>
- **Repository:** <https://github.com/mydumper/mydumper>
- **Last updated:** 2026-06-22T14:05:34-07:00
- **Generated:** 2026-08-03T00:40:33+00:00

## Executables

- mydumper (alias)
- myloader (alias)

## Install behavior

- Bottle: not available

## Freshness

- Page generated: 2026-08-03
- Package-manager version: 1.0.3-1
## 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`.

### Sources

- <https://community.linuxmint.com/software/view/mydumper>
- <https://formulae.brew.sh/formula/mydumper>
- <https://github.com/mydumper/mydumper>
- <https://learn.microsoft.com/en-us/azure/mysql/migrate/concepts-migrate-mydumper-myloader>
- <https://mydumper.github.io/mydumper/docs/html/index.html>
- <https://www.percona.com/blog/logical-mysql-backup-tool-mydumper-0-9-1-now-available/>


## Security Notes

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.



## Combined YAML source

View the package source record on GitHub. [combined/mydumper.yml](https://github.com/automic-vault/db/blob/main/combined/mydumper.yml)


## Sources

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