• Resolved TT74

    (@tt74)


    On the news section about WordPress 5.0.1 Security Release it says “Updated versions of WordPress 4.9 and older releases are also available, for users who have not yet updated to 5.0.”

    My first question is, for those of us who wish to remain on 4.9.8, how can we manually confirm that security update for 4.9.8 becomes installed? How is it labeled? 4.9.8.1 or how?

    My other question revolves around WP updates. The documentation about this is a bit vague. My host has one-click-install available for WP, and it allows me to select which parts of WP becomes automatically updated. Currently I allow updates for minor- and security updates, but disallow theme- or plugin updates. I can confirm that minor updates have worked automatically with this setup. Still, the default setting in my wp-config is:

    define('AUTOMATIC_UPDATER_DISABLED', true);

    According to WP’s documentation the automatic updates that I’m receiving should not even be possible with setting???

    My last question is this:

    If I manually update the wp-config file, is the following setting fully functional?

    
    define('AUTOMATIC_UPDATER_DISABLED', true);
    define( 'WP_AUTO_UPDATE_CORE', minor );

    Can these both appear in wp-config, can they appear in this order, and does the outcome allow minor- and security updates but no any other updates, e.g. plugin updates?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator James Huff

    (@macmanx)

    My first question is, for those of us who wish to remain on 4.9.8, how can we manually confirm that security update for 4.9.8 becomes installed?

    It’s 4.9.9, the next would be 4.9.10, 4.9.11, and so on.

    Currently I allow updates for minor- and security updates

    That would do it, minor updates are 4.9.8 to 4.9.x. Major updates are 4.9.8 to 5.0.x.

    According to WP’s documentation the automatic updates that I’m receiving should not even be possible with setting???

    Things are going to be very different since you’re using an auto-update system provided by your hosting provider. The documentation you’re quoting is for WordPress only, but once that’s overridden by a plugin or your hosting provider, we have no further control over what happens.

    If I manually update the wp-config file, is the following setting fully functional?

    That would disable WordPress’s auto-update system, but won’t affect anything set by your hosting provider for auto-updates.

    If you can, what you’ll want to do is disable your hosting provider’s auto-update system, and leave WordPress’s own auto-update system unmodified (don’t add anything for it in wp-config.php). This will ensure that you only receive security updates to the 4.9.x branch automatically.

    Thread Starter TT74

    (@tt74)

    Thank you for the quick reply. Marking this as resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP updates, documents vs reality’ is closed to new replies.