From b8669c6311835d2160f774e6791fb64f11e9b6ee Mon Sep 17 00:00:00 2001 From: Aleksandar Puharic Date: Fri, 21 Jan 2022 21:16:19 +0100 Subject: [PATCH] Added info about false/positives and explain the possibility to enable updates. --- WordPress-Core-Updates.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/WordPress-Core-Updates.md b/WordPress-Core-Updates.md index 5711bd8..1d54315 100644 --- a/WordPress-Core-Updates.md +++ b/WordPress-Core-Updates.md @@ -1,6 +1,9 @@ # WordPress Core Updates Core updates are disabled because containers are immutable, and updated core files wouldn't be saved persistently. -This would most certainly render site broken due to inconsistencies between database, other components, and core itself. +This would most certainly render the site broken due to inconsistencies between the database, other components, and the core itself. +Unfortunately, this might also trigger warnings from some security plugins as we patch one of the core files. -In order to update your WordPress container, please pull our latest image and recreate the container. \ No newline at end of file +In order to update your WordPress container, please pull our latest image and recreate the container. + +Alternatively, you may modify the environment variable "ENFORCE_DISABLE_WP_UPDATES" and set it to false. This will disable the no-update patch. This is ENTIRELY AT YOUR OWN RISK. \ No newline at end of file