We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get these errors in my logs when trying to do updates.
Error 403 Forbidden Forbidden Guru Meditation: XID: 393228 Varnish cache server
I attempted to add this line to extraSettings:
extraSettings: |- $settings['allow_authorize_operations'] = TRUE;
but does not seem to be catching. Is there something else that must be on for updates to work?
EDIT: possibly this is only expected to be done from CLI?
composer update drush/drush composer update "drupal/core-*" --with-all-dependencies drush updatedb drush cache:rebuild
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I get these errors in my logs when trying to do updates.
I attempted to add this line to extraSettings:
but does not seem to be catching. Is there something else that must be on for updates to work?
EDIT: possibly this is only expected to be done from CLI?
The text was updated successfully, but these errors were encountered: