You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drush {{alias}} site-install standard --db-url=mysql://drupal:drupal@database/drupal -y
in the enable_first section of .terra.yml.
Currently on my localhost, re-enabling an existing environment runs these commands and my Drupal db gets wiped. Perhaps a flag isn't getting set properly somewhere?
The text was updated successfully, but these errors were encountered:
We need some way to detect that the environment has never been enabled before! I am not sure how yet, would love help on this, and should probably just revert back to "enable" to not make people think they are safe to have this hook reinstall the site.
https://github.com/terra-ops/terra-ui-prototype has
in the
enable_first
section of .terra.yml.Currently on my localhost, re-enabling an existing environment runs these commands and my Drupal db gets wiped. Perhaps a flag isn't getting set properly somewhere?
The text was updated successfully, but these errors were encountered: