Moshe Weitzman

Results 316 comments of Moshe Weitzman

Right. Or define DRUSH_OPTIONS_URL env variable as per https://www.drush.org/latest/using-drush-configuration/#environment-variables

I think you are calling a global drush or something. instead of `drush`, call `vendor/bin/drush`. there is no `sh` in the codebase anymore.

Thanks for the thorough implementation and the tests. I really think Drupal is silly to keep supporting db-prefix. Nobody worries about how many DBs are on a server anymore. I...

Do any of the CLI scripts that ship with Drupal deal with this issue? Or do they similarly corrupt things? Could core use a different listener thats not a request...

Sorry for 2 year delay! This makes sense, but on the other hand its handy for most users to validate this. So, I'm thinking we keep validation on but prompt...

> That prompting should be done in cset itself, and not the validation (i.e. handle the validation exception). That wont work. Needs more thought.

Could you create a yaml file outside of drush and then do `config:import --partial`?

I think there is a broader open issue in drupal and drush around quoting and reserved keywords. Cant find it right now.

I'd rather not add options. Can we just add quoting to site:install?

If --no-tablespaces is not supported on all MySQL and MariaDB versions, we cant add it. You can solve this by passing the `drush sql:dump --extra-dump=--no-tablespaces`. Or add config similar to...