Hello Poppets,
Capistrano 2 is great stuff!
When I run 'cap deploy:cold' I hit a hurdle. I get an error saying
'rake aborted unknown database'. I have checked everything back to
front and still no idea.
So anyways, I create a task in the Capfile:
task :before_migrate, :roles => :db do
run "mysql -u root -p"
end
However when I get promoted for a password, it appears like this:
* executing "mysql -u root -p"
servers: ["server.ip"]
[server.ip] executing command
** [out :: server.ip] Enter password:
mypassword
And it is not appearing like this:
* executing "mysql -u root -p"
servers: ["server.ip"]
[server.ip] executing command
** [out :: server.ip] Enter password: XXXXX
*NOTICE - the first one, my password is down the next line and I can
see it when I type it.
Any help would be swell chips!!!!
- meSleepy
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---