indigophp/database-backup

This package is abandoned and no longer maintained. No replacement package was suggested.

Simple database backup script using Phake and Backup Manager

dev-develop 2014-09-29 21:08 UTC

This package is auto-updated.

Last update: 2021-11-24 09:12:55 UTC


README

Software License Packagist Version Total Downloads

Simple database backup script using Phake and Backup Manager.

Install

Via Composer

{
    "require": {
        "indigophp/database-backup": "@stable"
    }
}

Usage

  1. Setup your storages, databases and environments in config/{storage,database,config}.php. See examples in the examples folder.
  2. Install required filesystem dependencies based on your storage setup.
  3. Run bin/phake backup env=ENVIRONMENT.

(Currently only the backup feature is implemented, the restore is not. This means that a change in the API is expectable when it gets implemented.)

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.