dev-master
9999999-devLets make a backup of the database
MIT
The Requires
The Development Requires
by Joseph Maarek
1.0.3
1.0.3.0Lets make a backup of the database
MIT
The Requires
The Development Requires
by Joseph Maarek
Wallogit.com
2017 © Pedro Peláez
Lets make a backup of the database
Provide a simple Symfony 2 Bundle to backup database via one command., (*1)
{
"require": {
"jma/backup-bundle": "dev-master"
}
}
public function registerBundles() {
$bundles = array(
new Jma\BackupBundle()
);
}
To provide custom backup dir. Add a config options in your config.yml, like:, (*2)
jma_backup:
dir: "%kernel.root_dir%/backup"
Then to access this setup call:, (*3)
$this->get('jma_backup.dir');
Lets make a backup of the database
MIT
Lets make a backup of the database
MIT