-
-
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
@sites alias missing in drush 9? #3019
Comments
So executing a single command on multiple sites now requires separate commands per site? |
Correct. Just write a bash or drush script and loop over the sites. You can use |
Thanks for the clarification @weitzman @greg-1-anderson |
@weitzman I can't find anything about |
Some other alternatives can be found on DA https://drupal.stackexchange.com/q/250688/15055 |
Ok, but why ? We are using this several times per day in several projects ? |
We simplified the alias system for the long term health and maintainability of the drush project. Some useful but niche features like this were removed, especially where easy workarounds are available. |
I don't know if it was "niche", but definetely it was very useful, it is a pity that it was removed. |
I just upgraded a site to Drupal 8.4 with the latest Drush 9 beta release. It is a multisite configuration using symlinked subdirectories.
Running
drush @sites updb
results in[error] Site alias not found.
This alias was enabled by default in previous versions, is this no longer the case? Does it need additional configuration?
The text was updated successfully, but these errors were encountered: