-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wp-content/uploads is not writable in 4.9.8 image #322
Comments
It's possible this isn't your fault actually, I just have no idea what's up. It seems that WP CLI can't update without an error. Running |
Turns out this is a permissions issue. Adding I'll leave it to you if you want to leave this open, as I think requiring the |
Discussion on issue here WordPress/gutenberg#8427 |
I think this is actually a duplicate of #256. 👍 |
Good idea; added a little blurb over in docker-library/docs#1284. 👍 |
We're encountering issues over at https://github.com/wordpress/gutenberg with the latest
wordpress
image (4.9.8). See: WordPress/gutenberg#8418We can't run
wp-cli core update
becausewp-content/uploads
is not writable. This line errors: https://github.com/WordPress/gutenberg/blob/master/bin/install-wordpress.sh#L52 with the bug in the above issue.I don't know what caused this change because I'm finding it hard to track how/where this image is built from, but changing back to 4.9.7 image (changing the image we use from
wordpress
towordpress:4.9.7
in ourdocker-compose.yml
) "fixes" the issue.Removing that update command things seem to also run okay, but we should be able to run it. I think eventually anything else that interacts with that folder will cause errors.
Was a permission changed or something?
The text was updated successfully, but these errors were encountered: