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

change the ignore tables

Open racielbd opened this issue 6 years ago • 0 comments

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 and I do not see the option in the configuration that allows me to do it...

I need it because when I give restore to the database it gives the following sql error

Database Exception – yii\db\Exception
SQLSTATE[HY000]: General error: 2006 MySQL server has gone away
The SQL being executed was: SELECT * FROM `auth_assignment` WHERE `user_id`='1'

racielbd avatar May 30 '19 16:05 racielbd