factorial-io / phabalicious

Supports your deployments and every-day devops-tasks
http://docs.phab.io
MIT License
18 stars 3 forks source link

install task fails for Drupal 8 without any configuration #45

Closed stmh closed 3 years ago

stmh commented 5 years ago

to reproduce:

  1. Scaffold a new d8-project
  2. run phab -cmbb install on that project
  3. after a while, you'll get an error message that drupal can't import an empty folder

This error should also show up on the reset-task without any configuration

mikran commented 4 years ago

From my experience install task often fails for Drupal 8 with configuration too. This would be a good place to add support for drush site-install --existing-config command option and then config-import command can be removed from install task and that solves both cases... for some distributions.

It would deprecate uuid configuration and installOptions would only apply for first installs.

stmh commented 3 years ago

Fixed in 3.5.x