Currently we run "drush si" only_if DRUSH_STATUS_CMD:
drush status --fields=db-status
| grep Connected
| wc -l
| xargs test 0 -eq
This needs to be refind. Currently, if settings.php is missing, this will obliterate the database. Also look at this in the dev-notes.