Viewing 3 replies - 1 through 3 (of 3 total)
  • @ravipatel

    To fix this issue use WP cron to execute the scheduled database backup.

    Add the following line in the wp-config.php file:

    define(‘ITSEC_BACKUP_CRON’, true);

    If the above info helps in solving the issue please mark this topic as ‘resolved’.

    dwinden

    @ravipatel

    If you require no further assistance please mark the topic as ‘resolved’.

    dwinden

    While reviewing the database backup PHP code I discovered that only setting the constant in the wp-config.php file is not enough.

    You MUST also explicitly disable the Schedule Database Backups setting in the Database Backup section of the iTSec plugin Settings page !

    Otherwise both scheduling mechanisms will be active and you will continue to receive 2 backups/emails from the iTSec plugin custom database backup scheduling mechanism and 1 backup/email from the WP Cron scheduling mechanism…

    dwinden

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multisite issue for getting 2 times backup on same time’ is closed to new replies.