Submitted by sgrayban on Fri, 05/09/2014 - 02:52
I would suggest that you disable the new auto-update feature wprdpress has coded in.
To do this add the following line to wp-config.php
define( 'WP_AUTO_UPDATE_CORE', false );
This way only a manual upgrade as it should be is done.
Status:
Closed (fixed)
Comments
Submitted by JamieCameron on Fri, 05/09/2014 - 15:06 Comment #1
Is there a reason that upgrades from within Wordpress don't work with Virtualmin though?
Submitted by sgrayban on Fri, 05/09/2014 - 18:57 Comment #2
Not so far but it could happen and its just a suggestion.
Submitted by JamieCameron on Fri, 05/09/2014 - 19:06 Comment #3
So I took a closer look at this, and that setting is used for background wordpress updates, which I don't think we want enabled in Virtualmin. So I will implement your suggestion.
Submitted by sgrayban on Fri, 05/09/2014 - 19:19 Comment #4
Good.. I haven't found a issue yet after waiting for a few upgrades inside wordpress but doing 2 upgrades on the same version could cause a future issue which is why I suggested this. I am glad you thought the same.
Submitted by Issues on Fri, 05/23/2014 - 19:21 Comment #5
Automatically closed -- issue fixed for 2 weeks with no activity.