yeah i've tried that, but what i need is for example, if the pre-action is a mysqldump, and the pre-action fails because of a wrong password, how can i catch the mysql message for wrong password
yeah i've tried that, but what i need is for example, if the pre-action is a mysqldump, and the pre-action fails because of a wrong password, how can i catch the mysql message for wrong password
I'm not sure. I would think that the MySQL script can be created to log and alert on that event separately from CloudBerry. Sounds like what you'd need is a way to pass back a specific error code and then report on that from the backup product. But I think all we report is the failure of the step. I'll check with the team about new functionality in this area but I think for now it might be better to look to tie the notification (could be just an email sent from the script) of the dump failure to the database script rather than the backup.