Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stasadev/ddev-mydumper

MySQL Logical Backup Tool
https://github.com/stasadev/ddev-mydumper

ddev-get

Last synced: 18 days ago
JSON representation

MySQL Logical Backup Tool

Awesome Lists containing this project

README

        

[![tests](https://github.com/stasadev/ddev-mydumper/actions/workflows/tests.yml/badge.svg)](https://github.com/stasadev/ddev-mydumper/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2024.svg)

# DDEV MyDumper Add-on

* [What is ddev-mydumper?](#what-is-ddev-mydumper)
* [Installation](#installation)
* [Usage](#usage)

## What is ddev-mydumper?

This repository allows you to quickly install [MyDumper](https://github.com/mydumper/mydumper) into a DDEV project.

## Installation

1. `ddev get stasadev/ddev-mydumper`
2. `ddev restart`

## Usage

After installation, you can access MyDumper commands:

- `ddev mydumper`
- `ddev myloader`

MyDumper config can be adjusted with [mydumper.cnf](./mydumper/mydumper.cnf).

See [MyDumper Wiki](https://github.com/mydumper/mydumper/wiki) for detailed usage.

**Contributed and maintained by [@stasadev](https://github.com/stasadev)**