# Install mydumper with Homebrew, Nix, apt

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: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#mydumper
```

  Evidence: nixpkgs package indexes: pkgs/by-name/my/mydumper/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- Ubuntu apt (92%):

```sh
sudo apt install mydumper
```

  Evidence: Ubuntu 24.04 LTS package indexes: mydumper from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

## Package facts

- **Package key:** brew:mydumper
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/mydumper>
- **Version:** 1.0.3-1
- **Source summary:** MySQL logical backup tool
- **Homepage:** <https://github.com/mydumper/mydumper>
- **Repository:** <https://github.com/mydumper/mydumper>
- **Upstream docs:** <https://github.com/mydumper/mydumper#readme>
- **License:** GPL-3.0-or-later
- **Source archive:** <https://github.com/mydumper/mydumper/archive/refs/tags/v1.0.3-1.tar.gz>
- **Last updated:** 2026-06-22T14:05:34-07:00
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- mydumper (cli)
- myloader (cli)
- mydumper (alias)
- myloader (alias)

## Dependencies

- glib
- mariadb-connector-c
- openssl@3
- pcre2

## Build dependencies

- cmake
- pkgconf
- sphinx-doc

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 1.0.3-1
- Package-manager updated: 2026-06-22
- Local data: ok
- Upstream repository: https://github.com/mydumper/mydumper
- Upstream latest detected: v1.0.3-1 (current)
## 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.


## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** mydumper
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Other Package-Manager Records

- Nix - mydumper: normalized package name match | nixpkgs package indexes: pkgs/by-name/my/mydumper/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - mydumper - 0.10.1-1ubuntu3: normalized package name match | Ubuntu 24.04 LTS package indexes: mydumper from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | High-performance MySQL backup tool | https://github.com/maxbube/mydumper
- Ubuntu apt - mydumper-doc - 0.10.1-1ubuntu3: normalized package name match | Ubuntu 24.04 LTS package indexes: mydumper-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | High-performance MySQL backup tool - documentation | https://github.com/maxbube/mydumper


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Archive and compression packages](https://www.automicvault.com/pkg/archive-compression-tools/) - Matched archive or compression metadata.
- [glib](https://www.automicvault.com/pkg/brew/glib/) - Runtime dependency declared by Homebrew.
- [mariadb-connector-c](https://www.automicvault.com/pkg/brew/mariadb-connector-c/) - Runtime dependency declared by Homebrew.
- [openssl@3](https://www.automicvault.com/pkg/brew/openssl-3/) - Runtime dependency declared by Homebrew.
- [pcre2](https://www.automicvault.com/pkg/brew/pcre2/) - Runtime dependency declared by Homebrew.
- [cmake](https://www.automicvault.com/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [sphinx-doc](https://www.automicvault.com/pkg/brew/sphinx-doc/) - Build dependency declared by Homebrew.
- [automysqlbackup](https://www.automicvault.com/pkg/brew/automysqlbackup/) - Shares av.db curated category or tags: backup, cli, data, database, mysql.
- [percona-xtrabackup](https://www.automicvault.com/pkg/brew/percona-xtrabackup/) - Shares av.db curated category or tags: backup, cli, data, database, mysql.
- [wal-g](https://www.automicvault.com/pkg/brew/wal-g/) - Shares av.db curated category or tags: backup, cli, data, mysql, restore.
- [dumpling](https://www.automicvault.com/pkg/brew/dumpling/) - Shares av.db curated category or tags: backup, cli, data, database, mysql.
- [gh-ost](https://www.automicvault.com/pkg/brew/gh-ost/) - Shares av.db curated category or tags: cli, data, database, mysql.
- [keydb](https://www.automicvault.com/pkg/brew/keydb/) - Shares av.db curated category or tags: cli, data, database, multithreaded.
- [kitchen-sync](https://www.automicvault.com/pkg/brew/kitchen-sync/) - Shares av.db curated category or tags: cli, data, database, mysql.
- [lazysql](https://www.automicvault.com/pkg/brew/lazysql/) - Shares av.db curated category or tags: cli, data, database, mysql.
- [mysql](https://www.automicvault.com/pkg/brew/mysql/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, data, database, mysql, openssl.

## 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
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
