cakephp-database-backup icon indicating copy to clipboard operation
cakephp-database-backup copied to clipboard

DatabaseBackup is a CakePHP plugin to export, import and manage database backups

Results 5 cakephp-database-backup issues
Sort by recently updated
recently updated
newest added

In a future release, support for `SQLServer` should be added.

enhancement

it should be possible, with the index command, to reverse the order of the results, and perhaps also sort them by name (not just by date), with appropriate options

enhancement

BackupTrait has been around for a long time, it is a very (too) generic trait, widely used by many plugin classes. It should be replaced with more organic methods or...

enhancement

The various `Driver` classes (`AbstractDriver`, `Mysql`, `Postgres`, `Sqlite`) should have other names, so as not to be confused with the CakePHP ones of the same name (for example `AbstractBridge` and...

enhancement