Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stasadev/ddev-mydumper
- Owner: stasadev
- License: apache-2.0
- Created: 2024-08-22T14:16:40.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T15:01:34.000Z (3 months ago)
- Last Synced: 2024-10-03T05:40:13.576Z (about 1 month ago)
- Topics: ddev-get
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)**