phpbu
phpbu copied to clipboard
Trigger wasn't backup
I was using mysqldump to backup the database. However, during the recovery, the trigger is not in the database. Is there any solution?
Triggers should be included in the default dump.
--triggers
Include triggers for each dumped table in the output. This option is enabled by default; disable it with --skip-triggers.
But to make is customizable I have to add this options
- --triggers
- --skip-triggers
- --events
- --routines