Skip to content

stasadev/ddev-mydumper

Repository files navigation

tests project is maintained

DDEV MyDumper Add-on

What is ddev-mydumper?

This repository allows you to quickly install MyDumper into a DDEV project.

Installation

For DDEV v1.23.5 or above run

ddev add-on get stasadev/ddev-mydumper

For earlier versions of DDEV run

ddev get stasadev/ddev-mydumper

Then restart the project

ddev restart

With DDEV v1.23.5+ you can choose a different MyDumper tag, the command below creates a .ddev/.env.mydumper file that you can commit:

ddev dotenv set .ddev/.env.mydumper --mydumper-tag v0.17.2-19
ddev add-on get stasadev/ddev-mydumper
ddev restart

Usage

After installation, you can access MyDumper commands:

  • ddev mydumper
  • ddev myloader

MyDumper config can be adjusted with mydumper.cnf.

See MyDumper Wiki for detailed usage.

Contributed and maintained by @stasadev