I've been testing Drush 4.0-rc3 with a Drupal 7 RC3 core and whenever I use the db-prefix option the installation fails to recognize it and just drops and recreates the main tables in the database. Below you'll find the Drush Site-Install command I am using:

drush site-install --db-url=mysql://sandbox:secretpassword@localhost/sandbox --db-prefix='the_zoo_'

I looked at site_install.drush.inc for any hint as to why its ignoring the --db-prefix option but couldn't identify any obvious errors.

Any ideas if this is a drush bug or user error?

Comments

peter feddo’s picture

oops meant to say I tested with 6.x-4.0-rc5

moshe weitzman’s picture

Status: Active » Closed (cannot reproduce)

I can't reproduce this with latest drush. please use rc5 or head. reopen as if you can reproduce it there. please follow the issue guidelines as well. see top of form when creating an issue in this project.

peter feddo’s picture

Thanks. I checked out head and the problem is resolved.