yii2-backup
yii2-backup copied to clipboard
Database Backup and Restore functionality module extention for Yii2.
I have made several backups with this extension, and they seemed to work. Today I needed to perform a restore and I can't. It always errs giving memory errors. I've...
Once database is exported, data is being shown in the sql file but the data is not being inserted upon import into the new database.
Hi I'm trying to use this extension to backup and restore my system but I need to change the tables that should be ignored when the actionClear function is executed...
I needed to add a download button to the _list.php In the DefaultController.php controller I added ``` /* Added by CARDA Consultants Inc., Daniel Pineault */ public function actionDownload() {...
Fixes #15.
`\yii\base\BaseObject` has been implemented only in `2.0.13` Yii2 release. Also, when Yii2 release their `2.1.0` version, this plugin will become incompatible with it, so version lock on `2.0.*` branch is...
Instead return '', maybe should change to null in order avoid error when restore the backup
remove three semicolon ;;;
The software delete tables, create tables but not insert. Maybe the '2' instead 2 for integer data like id is no working.