the deploy:cold is failing when trying to run the migration file.  I
would imagine this is due to the migration being attempted without a
password and initially that made sense since I forgot to add that to
the deploy.rb file.

After adding the username and password I still get the exact same
error:

This is what I put in
 task :database_yml do
   set :db_user, Capistrano::CLI.ui.ask("database user: ")
   set :db_pass, Capistrano::CLI.password_prompt("database password:
")
 end
 after deploy:setup, :database_yml

Unfortunately after add the above I was never prompted to enter the db
username and password.  For testing I stripped everything down to the
minimum, but this still causes the same failure.

set :db_user, "root"
set :db_pass, "XXXXX"

The database has already been created on the server so that is not the
issue either.

Thanks for any help.


--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to