One of the tasks I least enjoy when working with WordPress is the chore of updating core, plugins and themes.
A plugin I’ve found recently actually solve this problem, albeit depending on how you set it, it’s a case of ‘living on the edge’ when using it. The reason is that there is always a slight possibility that an upgrade can break your site.
Abid Arwal actually explains the process of how updating WordPress worksΒ in an article on WP Tuts Plus, and its a very interesting read.
But letβs talk about the plugin itself:
Automatic Updater
Automatic Updater keeps your WordPress install up to date with the latest releases automatically, as soon as the update is available.
While this will be useful for the vast majority of sites, please exercise caution, particularly if you have any custom themes or plugins running on your site.
You should also be aware that this will only work on WordPress installs that have the appropriate file permissions to update through the web interface – it will not work if you usually FTP updates to your server.
There are some Actions and Filters provided, check theΒ DocumentationΒ for more details.
http://wordpress.org/extend/plugins/automatic-updater/
What do you think about these plugins? Would you be willing to use them on your sites? Is the trade-off between convenience-peace of mind worth it?
If you enjoyed this post, make sure toΒ subscribe to WP Mayor’s RSS feed.
8 Responses
I can think of a couple of sites that I manage that this would be great for! They’re simple sites with no advanced functionality and utilizing some of the most common plugins.
However, I’d probably cower away from using it at the first sign of issue since I don’t typically check these sites more than once a month.
I really like your blog, articles, plugins,… but I think this plugin will break a lot of websites.
If people wants a plugin for updates, i think they have already some plugins installed. Hope for them, these are compatible.
I use SVN for auto updates. It’s faster and more reliable. Plus it gives you the ability to downgrade super fast if it breaks.
I’m the author of Automatic Updater, it’s great to see it generating these discussions! π
I agree that automatically updating everything isn’t for everyone, but you should be planning ahead for automatic updates of WordPress Core, at least, which will be making its way in over the next few versions:
Feedback from various site admins seems to be that automatically updating everything is a viable option, provided you have a carefully curated list of plugins that aren’t likely to cause White Screens.
Whoa. I advise caution on this one. Yes, keep your plugins up to date, no, don’t do it automatically. I’ve had a update to a very common plugin break my site (white screen) and I had to disable it until the next fix came through (a week later). Epic fail on their part, and it could have been much worse if it was an essential plugin. I’m more of a test first, then keep em upgraded kinda person now.
ΒRod Salm
Death At Your Door, a weekly webcomic about Death trying to live a life.
I usually keep only the WordPress Core auto update enabled, as that is usually safe, but I monitor my sites daily anyway.
Good luck with using something like that. Your putting a lot of trust in an outside developer. I won’t put any of my sites on auto update. I won’t even put the core on an auto update, what if they deprecate loads of functions some of your plugins are using? When uploading the core always take a backup, read the release notes and test after an update.
I think that depends on the sites in question. For simple sites with few or no plugins installed, I’d prefer auto core updates rather than having to do it manually. It’s all about compromises I think. Of course for bigger and more critical sites it’s always a better bet to take backups and to the manual thing.