indigophp / database-backup
Simple database backup script using Phake and Backup Manager
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
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.