Moshe Weitzman

Results 473 comments of Moshe Weitzman

I'm not sure that its valid for those constants to be missing. Your mPDO would be busted. Anyway, [here is how Drupal core handled this](https://git.drupalcode.org/project/drupal/-/merge_requests/13107/diffs), in case anyone wants to...

As mentioned at https://github.com/drush-ops/drush/pull/6213#issuecomment-2603328059, I'd prefer for transport-specifics (e.g. kubectl) to stay out of the Drush codebase. Thats currently handled in consolidation/site-process.

rsync is a layer above Process so thats why there is no rsync stuff on consolidation/process. i dont know offhand how to structure the feature thats being suggested here. its...

Changes should start on 14.x and then can backport to 13.x

Needs an Example to document the new capability

Paging @Berdir, @alexpott, @DieterHolvoet, @greg-1-anderson since you were helpful at #1166. `cache:rebuild` doesn't bootstrap to full so we never get to the line we added in that PR.

That patch could cause other problems like cache:rebuild being ineffective in fixing your site when your site cant bootstrap for whatever reason. I'm not sure what Drush can do about...

See https://github.com/drush-ops/drush/issues/3294#issuecomment-618962852

For some background on this topic see https://github.com/drush-ops/drush/issues/5912 and its linked issue. Unfortunately, too much of the docker details in this PR are bleeding into Drush. The goal is for...

It still looks messy to me, but I'll accept it if @greg-1-anderson agrees with the direction. [I pinged him in #drush](https://drupal.slack.com/archives/C62H9CWQM/p1737552101028719) Adding own transports is not possible yet. Requested at...