cdwv / mysql-dumper-command-bundle
Symfony command for create Mysql database backup
Installs: 1 036
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 5
Forks: 1
Open Issues: 1
Requires
- php: >=5.3.2
- symfony/symfony: >=2.8
Requires (Dev)
- doctrine/doctrine-bundle: ~1.3
- doctrine/orm: ~2.3
- phpunit/phpunit: ~4.8
- symfony/symfony: ~2.8
- symfony/twig-bundle: ~3.0
This package is auto-updated.
Last update: 2021-03-31 10:28:20 UTC
README
Description
Simple Symfony task for create backup/dump mysql database
Installation
composer require cdwv/mysql-dumper-command-bundle
add bundle to AppKernel:
new CodeWave\MysqlDumperCommandBundle\CodeWaveMysqlDumperCommandBundle(),
Run:
app/console cdwv:database:dump
License
The MIT License © 2015 - 2016