-
Notifications
You must be signed in to change notification settings - Fork 1.1k
-
Hi, im currently testing move a site to use this image the issue i have is when upgrade wordpress i move a site using 6.5.4 and runs with the docker image wordpress:php8.3-apache but when try to upgrade wordpress to 6.7.2 this just get to the "unzip file" and nothing happen not sure if is a issue from the site migrated or a thing related to how im deployed this in kubernetes.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 1 reply
-
That sounds like it's probably a permissions issue -- is your entire WordPress volume/directory writeable by the www-data user inside the container?
Beta Was this translation helpful? Give feedback.
All reactions
-
the /var/www/html yes i mount a AWS Access Point EFS (with POSIX user to 33:33 based in the id generated for www-data) the strange is how install/update plugins/themes works but the wordpress core just stuck in decompress (get that text still loading and then stop loading more) and cannot make throw any error for know more.
i check in the directory and the user allowed is www-data for the whole directory mounted. unless im missing something.
Beta Was this translation helpful? Give feedback.