Issue with auto update option #45
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I successfully deployed a WordPress site without changing the default option
ENABLE_AUTO_UPDATE=true
but WordPress' site health tool displays the errors that theWP_AUTO_UPDATE_CORE
constant is defined asfalse
and that WordPress security and maintenance releases are blocked bydefine( 'WP_AUTO_UPDATE_CORE', false );
.@dwaxweiler hey 👋 (and welcome? 🎉) I believe the
ENABLE_AUTO_UPDATE=true
is not related todefine( 'WP_AUTO_UPDATE_CORE', false );
. TheENABLE_AUTO_UPDATE
deals withkadabra
, our prototype auto-upgrade tool: https://docs.coopcloud.tech/operators/tutorial/#automatic-upgradesSo, I maybe you need to look at another env var (maybe one of the recipe maintainers will know?) or you need to adjust the recipe to be able to configure this value.