# mydumper/mydumper

Official MyDumper Project

Repository: https://github.com/mydumper/mydumper
Canonical: https://ross.abutalabs.com/products/mydumper
Language: C
License: GPL-3.0
License Family: copyleft
Topics: mysql, mariadb, database, percona, tidb, multithreading, replication
Last push: 2026-08-26T17:07:14+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 98, longevity 100
- inputs: {"age_days": 3953, "days_push": 7, "days_rel": 15, "gap_med": 23, "n_releases_24m": 20}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3213, forks 508 (observed 2026-08-28T04:07:49.390742+00:00)

## What it is
MyDumper is a high-performance, multithreaded logical backup tool for MySQL, MariaDB, Percona, and TiDB databases. It consists of mydumper for exporting consistent backups and myloader for importing them in parallel.

## Use cases
- dump a mysql database quickly with parallel threads
- create a consistent backup of a mariadb database
- restore a mysql dump into another server with myloader
- back up a database while capturing replication master/slave positions
- export only selected tables or schemas using regex filters
- migrate a database between mysql instances

## When to choose
- you need fast, parallel logical backups of MySQL-compatible databases
- you require consistent snapshots with accurate binlog positions for replication
- you want per-table output files that are easy to parse and restore selectively

## When to avoid
- you need physical or hot backups of non-transactional engines
- you use a database other than MySQL/MariaDB/Percona/TiDB
- you prefer a managed backup solution with built-in scheduling and retention

## Facets
- artifact type: cli-tool
- maturity: active
- function: database, backup, cli
- domain: databases, self-hosted
- platform: cli, cross-platform
- tags: mysql, mariadb, logical-backup, multithreaded, myloader, database-dump, replication, devops, linux, macos, docker

## Member repositories
- mydumper/mydumper (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:49.390742+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:24:42.240181+00:00, confidence not recorded.
  - readme: https://github.com/mydumper/mydumper (fetched 2026-08-28T04:07:49.390742+00:00, sha 483c38d62bc7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
