yii2-backup
yii2-backup copied to clipboard
change the ignore tables
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'