Closed (cannot reproduce)
Project:
Drush
Version:
All-versions-4.0-rc3
Component:
Core Commands
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Dec 2010 at 19:07 UTC
Updated:
29 Dec 2010 at 21:54 UTC
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
Comment #1
peter feddo commentedoops meant to say I tested with 6.x-4.0-rc5
Comment #2
moshe weitzman commentedI 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.
Comment #3
peter feddo commentedThanks. I checked out head and the problem is resolved.