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
Package info
github.com/indigophp/database-backup
Type:project
pkg:composer/indigophp/database-backup
dev-develop
2014-09-29 21:08 UTC
Requires
- heybigname/backup-manager: ~0.3.0
- jaz303/phake: dev-master
- league/climate: ~2.1.0
This package is auto-updated.
Last update: 2021-11-24 09:12:55 UTC
README
Simple database backup script using Phake and Backup Manager.
Install
Via Composer
{
"require": {
"indigophp/database-backup": "@stable"
}
}
Usage
- Setup your storages, databases and environments in
config/{storage,database,config}.php. See examples in the examples folder. - Install required filesystem dependencies based on your storage setup.
- 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.