yii2-backup icon indicating copy to clipboard operation
yii2-backup copied to clipboard

Not respecting NULLs and Restore always fails exceeding memory

Open DPineault opened this issue 6 years ago • 0 comments

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 pushed the memory allocation to 4GB and still can't handle the restore?!

Then I decided to take the sql file and simply import it. 4 hrs to process in PHPMyAdmin and it didn't work. Using the mysql command line I get back errors relating to the fact that it seems to have converted all the NULLs to 0 or '' making the backup useless.

Hopefully you can address these issues, give some ability to configure certain settings, but for now this extension is not ready for real-world use.

DPineault avatar Nov 19 '19 13:11 DPineault