drupalwxt / helm-drupal

Helm Chart for deploying an enterprise-grade Drupal environment.
https://drupalwxt.github.io/helm-drupal/index.yaml
MIT License
31 stars 22 forks source link

Make drush updb optional before DB Migration #130

Closed bernardmaltais closed 2 years ago

bernardmaltais commented 2 years ago

In some cases, running drush updb before a DB migration is causing issues. Making this optional and handling the updb as part of the extra upgrade script is a better option.