As someone who owns multiple WP installs, I have added "define( 'WP_AUTO_UPDATE_CORE', true );" to all my wp-config.php files so that all my installs automatically self update with ALL future updates, minor & major
It is great in theory. In practice, the last auto-update caused a WSOD on my site without any helpful debug log (both on WP and server log) until I manually disabled a (popular) plugin by editing its php file. I wonder how a less tech-savy person would have resolved that. Even being tech-savy, I had to ask someone for help. Updates of core and plugins are always very scary to me.
Remind HN: Update your wordpress sites
31–37 of 37 posts
Re: Remind HN: Update your wordpress sites
#32or just remove wordpress and use something secure, not bloated and easier to develop with.
Would you mind elaborating on what you mean by "bloated," and could you give an example of something "easier to develop with?", explaining why it is "easier" to use?
Re: Remind HN: Update your wordpress sites
#33Earlier quoted context omitted.
A lot of people who run Wordpress have clients who need a nice, easy user interface to be able to update their site. Do you have any suggestions for software that fulfills that need and is "secure, not bloated and easier to develop with".
> A lot of people who run Wordpress have clients who need a nice, easy user interface to be able to update their site. This is clearly opinion, and should be taken as such, but I absolutely loathe Wordpress' admin interface. I'm sure at some point it was a nice, easy user interface but those days have passed. Anytime I have the misfortune of being thrown into a Wordpress backend I have no idea how to get anything don…
Re: Remind HN: Update your wordpress sites
#34For the first time I got an email from my Wordpress installation yesterday, asking me to update. Have not seen that before. A nice detail I appreciate, so I don't have to keep up with what i the latest release of Wordpress at all times.
Interesting, AFAIK it's not something in the core. Which security plugin are you using?
The email seed:
Subject: [{my website} Wordpress MU] WordPress 4.2.2 is available. Please update!
Please update your site at http://{my websites url}.com to WordPress 4.2.2.
Updating is easy and only takes a few moments: http://{my websites url}.com/wp-admin/network/update-core.php
If you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help. https://wordpress.org/support/
Keeping your site updated is important for security. It also makes the internet a safer place for you and your readers.
The WordPress Team
I have the following plugins installed: All In One SEO Pack, FeedWordPress, Github Ribbon, Hello Dolly, Revision Control, Unfiltered MU, WordPress Importer and WP-Polls.
Maybe it originated from one of them?
Re: Remind HN: Update your wordpress sites
#35or just remove wordpress and use something secure, not bloated and easier to develop with.
A lot of people who run Wordpress have clients who need a nice, easy user interface to be able to update their site. Do you have any suggestions for software that fulfills that need and is "secure, not bloated and easier to develop with".
Re: Remind HN: Update your wordpress sites
#36Earlier quoted context omitted.
Interesting, AFAIK it's not something in the core. Which security plugin are you using?
I am not running any security plugins. I just had a look on the email headers, and it was sent from my server, so this must have come from Wordpress somehow. It is also the first one I have gotten. The email seed: Subject: [{my website} Wordpress MU] WordPress 4.2.2 is available. Please update! Please update your site at http://{my websites url}.com to WordPress 4.2.2. Updating is easy and only takes a few moments: h…
Re: Remind HN: Update your wordpress sites
#37As someone who owns multiple WP installs, I have added "define( 'WP_AUTO_UPDATE_CORE', true );" to all my wp-config.php files so that all my installs automatically self update with ALL future updates, minor & major
I've personally no idea, but I hope you asked yourself those questions.