You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running drush updatedb -y on Drush 9.x-dev fails to run update hooks when a status check fails. The command still returns 0 overall. For example, if the public files directory is not writable, I see:
[error] The webserver needs to be able to write to the public files directory (public://). Please check your server configuration and try again.
No update hooks are run after this message. When I comment out the failing status check, update hooks appear and run fine. For context, this is during an 8.3 => 8.4 update.
The text was updated successfully, but these errors were encountered:
I would like to see an option which controls whether to fail on status checks. the option should default to false. if the option is false, false, updates should run.
Running
drush updatedb -y
on Drush 9.x-dev fails to run update hooks when a status check fails. The command still returns 0 overall. For example, if the public files directory is not writable, I see:No update hooks are run after this message. When I comment out the failing status check, update hooks appear and run fine. For context, this is during an 8.3 => 8.4 update.
The text was updated successfully, but these errors were encountered: