Randy Fay

Results 2266 comments of Randy Fay

It's good thinking. I was thinking we'd have to have a list of things done to undo the things.... An approach like this could work.

@proimage that's basically it, but you'll likely want to remove the stanza it added to the settings.php (that includes settings.ddev.redis.php) in this case. Although if you don't remove the stanza,...

It only matters if it's a Drupal site. On a drupal site it would be in `/sites/default/settings.php`.

No, DDEV is probably "docker dev", but name is lost in history. But the contributor who created drud/ddev-redis added special handling for Drupal projects, so the configuration would be done...

Dependent on either * https://github.com/docker/compose/issues/8098 or * Just using docker exec (via api) instead of using `docker-compose exec`. This may be a better choice. Will wait to address it until...

Drush issue: https://github.com/drush-ops/drush/issues/4744 yq issue: https://github.com/mikefarah/yq/issues/801

Joey at Platform.sh is a specialist in this field, pick his brain.

Makes sense. We may be able to come up with a more elegant solution as we think about it. But I find hooks that execute when I don't need them...

How about just --skip-hooks, global ? The more stuff we add, the harder it is for everybody to understand. And of course... people can just comment out the hooks. @amitaibu...