Issue with auto update option #45

Open
opened 2024-09-04 06:05:08 +00:00 by dwaxweiler · 1 comment

I successfully deployed a WordPress site without changing the default option ENABLE_AUTO_UPDATE=true but WordPress' site health tool displays the errors that the WP_AUTO_UPDATE_CORE constant is defined as false and that WordPress security and maintenance releases are blocked by define( 'WP_AUTO_UPDATE_CORE', false );.

I successfully deployed a WordPress site without changing the default option `ENABLE_AUTO_UPDATE=true` but WordPress' site health tool displays the errors that the `WP_AUTO_UPDATE_CORE` constant is defined as `false` and that WordPress security and maintenance releases are blocked by `define( 'WP_AUTO_UPDATE_CORE', false );`.
Owner

@dwaxweiler hey 👋 (and welcome? 🎉) I believe the ENABLE_AUTO_UPDATE=true is not related to define( 'WP_AUTO_UPDATE_CORE', false );. The ENABLE_AUTO_UPDATE deals with kadabra, our prototype auto-upgrade tool: https://docs.coopcloud.tech/operators/tutorial/#automatic-upgrades

So, 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.

@dwaxweiler hey 👋 (and welcome? 🎉) I believe the `ENABLE_AUTO_UPDATE=true` is not related to `define( 'WP_AUTO_UPDATE_CORE', false );`. The `ENABLE_AUTO_UPDATE` deals with `kadabra`, our prototype auto-upgrade tool: https://docs.coopcloud.tech/operators/tutorial/#automatic-upgrades So, 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.
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coop-cloud/wordpress#45
No description provided.