2017 © Pedro Peláez
 

library backup-bundle

Lets make a backup of the database

image

dlevacher/backup-bundle

Lets make a backup of the database

  • Friday, July 29, 2016
  • by dlevacher
  • Repository
  • 2 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

DlevacherBackupBundle

Provide a simple Symfony 2 Bundle to backup database via one command., (*1)

Installing via Composer

{
    "require": {
        "dlevacher/backup-bundle": "dev-master"
    }
}

Using and Setting Up

Kernel.php

public function registerBundles() {
  $bundles = array(
    new Dlevacher\BackupBundle()
  );
}

To provide custom backup dir. Add a config options in your config.yml, like:, (*2)

dlevacher_backup:
    dir: "%kernel.root_dir%/backup"

Then to access this setup call:, (*3)

$this->get('dlevacher_backup.dir');

The Versions

29/07 2016

dev-master

9999999-dev

Lets make a backup of the database

  Sources   Download

MIT

by Damien Levacher

02/10 2015

0.1.0

0.1.0.0

Lets make a backup of the database

  Sources   Download

MIT

by Damien Levacher