Is there any out-of-the-box solution to backup a mysql database with e.g. mysqldump etc. if a special event in the database takes place?
There is a regular scheduled backup every day, but everytime a insert in a defined table is executed, I want to dump the whole database. What is the best (easiest ?) solution to achieve this?
Is there any out-of-the-box solution to backup a mysql database with e.g. mysqldump etc.
Share
Use replication.