Skip to:
The send_backup_emails task sends a database dump every week. But the dump file is empty or too large.
Update the database dump task to ignore the audits table to make the dump smaller.
Ensure that the dump is sent correctly each week.
Also explore truncating the audits table and delete anything over 90 days.
The send_backup_emails task sends a database dump every week. But the dump file is empty or too large.
Update the database dump task to ignore the audits table to make the dump smaller.
Ensure that the dump is sent correctly each week.
Also explore truncating the audits table and delete anything over 90 days.