simonapbrown
Forum Replies Created
-
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Scheduled Backups Do Not RunI marked this as resolved…but that is not the case. The Learndash plugin conflict was a red herring and not the root cause.
Have applied the latest update to Updraft but the issue remains. Scheduled backups are appearing as cron jobs, but do not execute.
Any and all suggestions to resolve this would be most welcome.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Scheduled Backups Do Not RunQuick update – Learndash have acknowledged this issue as a bug scheduled for fix in next release.
Thanks for your assistance with this – much appreciated.
- This reply was modified 3 weeks ago by simonapbrown.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Scheduled Backups Do Not RunDISABLE_WP_CRON is not present in any config file.
The host has confirmed Cron has not been disabled.
So everything says it should work. Except it doesn’t. Was working normally until last plugin update was applied.
Any and all suggestions are most welcome.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Scheduled Backups Do Not RunCron entries before changing schedule to manual:
Cron entries after setting database backup to manual:
And finally the cron entries after scheduling database and files to run every 2 hours and 1 hour:
So it all looks fine…except none of them execute.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Scheduled Backups Do Not RunWe host online learning. The courses and their content (files) are fairly static and are backed up manually. The database is far more dynamic, with student progress being tracked (among other things).
I have reverted DB backup to manual and then reinstated hourly backups:
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Scheduled Backups Do Not RunThis screenshot is from Cron Manager and filtered for Updraft:
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Scheduled Backups Do Not RunSo, checked the backups and adding this:
define(‘ALTERNATE_WP_CRON’, true);
to wp_config.php has not resolved the issue. Scheduler is still failing to trigger a backup, but manual trigger and running the cron job manually will work.
Any and all additional suggestions are most welcome…
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Scheduled Backups Do Not RunThanks for the suggestion. Have added the line and will monitor the outcome.