-
-
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
Warn users that D8 will soon require drush 9 #2922
Comments
This would have been nice for Drupal 8.4. Would still be nice, for late upgraders and people trying to figure out why Drush 8.14 and Drupal 8.4 can't even resolve their symfony dependencies. |
We are actually working on an 8.1.15 release to resolve that issue. See #2800 Sorry we didn't get all of the issues resolved prior to the 8.4.0 release. |
Oh awesome thanks. After upgrade to Drush 9 and Drupal 8.4 i can't get Drush to see Drupal on our server (it works locally, and everything is composer managed so i'm at a complete loss as to what the difference would be locally versus on the server). Maybe one of the permutations of a global Drush 8 in that issue will solve it for me... |
Drush 8.x-dev is now working for me with Drupal 8.4. Thanks! |
Out of curiosity, whats keeping you on Drush8? Any must-have contrib
commandfiles that are not yet ported?
|
The main reason for staying on Drush 8 are:
|
Drush 9 is still beta. Normally open-source software continues to support an old major release for a good while after the new one is released stable to allow users sufficient time to migrate. |
With modules installed on a site:
Does either drush version support both? If not, any suggestions for how it will work when some contrib modules are on one system and some on the other? |
@greg-1-anderson thanks so if I understand correctly, drush 8 supports both the old and the new way. Hopefully after drush 9 is released over a year or so most modules will gradually port over. In the meantime drush 8 will be useful to many users. |
We're staying with drush 8 b/c of the loss of pm-* commands :( |
At the very bottom ("Find most used ...") are the most used Drush commands in a recent project of mine. Of these, I would say the following are essential, and would be a big loss. I am not sure if site-install has been removed in Drush 9?
Find most used Drush commands 96 dl |
For background see this Drupal.org issue.
Request is to have a new version of drush 8 that prints a warning when run against Drupal 8.
Warning: drush 8 will soon cease to be supported for Drupal 8, please see https://XXXPAGE for details.
There should be a way for the user to disable the warning once they have read it.
The text was updated successfully, but these errors were encountered: