Hello,
I have problems with the auto-update function.
Firstly, I only get an email that updates are available when I log in and do the sync manually. As I understood it I should get an email when the sync is done automatically. I have set 01:30 in the settings, then this should be done, right?
I also checked that updates are done automatically. But this only happens if I have done the manual sync process. Then it says that updates will be executed within the next 24 hours. Is it possible to set when the updates will be carried out automatically?
(I have already set the corresponding plugins to trusted)
@DuerrSteidle Typically this is caused becuase MainWP runs on the WP_Cron system. Which needs traffic in order to fire off. Have you gone over these options? They will walk you through how to fix this issue.
But I want to ask if there is no possibilty to set the time when the update start.
This function will be very important for me to make the updates in the night and not at the day.
MainWP uses WP_cron. You asked how to set the time of a cron job and then say that it’s not possible.
It’s actually quite possible utilizing the plugin I suggested above.
If you install WP-control,
You can edit an existing cron event (from the Tools → Cron Events menu) for the cron event in question and change its next run time to 8:15am. The event will then subsequently run daily at 8:15am (unless the plugin deletes and re-adds events, you’ll need to keep an eye on it). - New cron schedule specific time daily | WordPress.org