When updating several sites in a queue, first the backups are processed for all sites, and then the updates are made. There is a very long time between one site’s backup and the update — up to 30 minutes in my case.
If something goes wrong during an update, I could have to restore a 30 min old backup — which is a lot of lost data for an e-commerce site, for instance.
I wish the queue would backup up one site and then update it immediately before processing the next site.
====
More details :
When updating plugins on sites A, B and C in a queue …
Now the automated steps are :
- backup A
- backup B
- backup C
- update A
- update B
- update C
I think it would be better to have :
- backup A
- update A
- backup B
- update B
- backup C
- update C
I see no downsides, and it should be easily implemented. What do you think ?