https://bugs.koozali.org/show_bug.cgi?id=12456

John Crisp <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from John Crisp <[email protected]> ---
First I would check your email address.

automysqlbackup relies on using mail or mutt to send mails and is extremely
primitive - hence it should only really mail to a local user eg root. You can
then forward from that account if required.

I imagine that it may well fail with emailing direct to gmail and I don't think
that will be something we will fix in automysqlbackup.

You can check your cron log:

grep backup /var/log/cron

Any errors?

Check output in:

/root/backup/db_maria ?

If you just run automysqlbackup it defaults to using
/etc/automysqlbackup/automysqlbackup.conf

Which is incorrect. Note the script in cron.

A proper test is to run:

/sbin/e-smith/runmysqlbackup -bc /etc/automysqlbackup/mymaria.conf

or directly:

/usr/local/bin/automysqlbackup -bc /etc/automysqlbackup/mymaria.conf

Then check /root/backup/mymaria

You can enable debugging:

config setprop automysqlbackup debug enabled
signal-event smeserver-automysqlbackup-update

Then run again.

You can also run it in bash debug mode to see what happens. Make sure it is set
to mail to root.

bash -x /usr/local/bin/automysqlbackup -bc /etc/automysqlbackup/mymaria.conf

You can attach any messages as  as attachments.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to