Also if this helps the log files contain
cron-log
[2020-04-01 02:30:05] - SUCCESS : DB Backup - Scheduled backup is enabled. Checking if a backup needs to be done now...
[2020-04-01 03:30:09] - SUCCESS : DB Backup - Scheduled backup is enabled. Checking if a backup needs to be done now...
[2020-04-01 17:34:31] - SUCCESS : DB Backup - Scheduled backup is enabled. Checking if a backup needs to be done now...
and normal log
[2020-04-01 14:39:23] - NOTICE : The following IP address range has been locked out for exceeding the maximum login attempts: 150.95.55
[2020-04-01 17:14:12] - NOTICE : The following IP address range has been locked out for exceeding the maximum login attempts: 186.64.118
[2020-04-01 17:34:31] - SUCCESS : DB Backup - Deleting all but 2 latest backup file(s) in /public_html/wp-content/aiowps_backups directory.
[2020-04-01 17:45:03] - NOTICE : The following IP address range has been locked out for exceeding the maximum login attempts: 153.92.6
From looking at the code, I’m guessing it’s failing during the aiowps_perform_fcd_scan_tasks action? I manually cleaned the tables to 5,000 entries like suggested in the DB cleanup maintenance.
EDIT: I disabled db backup and was able to get it to run completely. Still diving into the code but it’s failing somewhere in execute_backup(). I added more debug prints to find a more concise placement and it’s during the write to back up file function.
-
This reply was modified 4 years, 7 months ago by jdwf0658.