Dear all,

as more and more modules are working with drupal8 it is now time to start to migrate some drupal7 sites to drupal8.

I use a multisite installation for drupal7 and would like to continue this for drupal8.

I read a lot on the drupal docu but could not found clear instructions how to update drupal8 using only the console.

For drupal7 I did:

drush @sites up
drush @sites updb

For drupal8 it could be:

composer update
vendor/bin/drush @sites updb

But it seems that @sites does not exist in drush anymore.

How can I trigger the drupal internal update process from the console?

Thanks a lot.

Matthias