Looks like you've got your database.yml configured to connect as root, without a password, which isn't flying. Make sure your database.yml is configured correctly for your production environment.
- Jamis On 8/6/07, Ary <[EMAIL PROTECTED]> wrote: > > Apparently the error was with the svn user/password I know cap asummes > is the same one as the deployment machine, but thought that typing > set :svn_username, 'my_svn_usename' was legal. > > ... anyways I am encountered with another problem: > > local-machine:~/app admin$ cap deploy:cold > ... > command finished > * executing "cd /home/admin/domains/app/releases/20070806185530; > rake RAILS_ENV=production db:migrate" > servers: ["app.com"] > [app.com] executing command > ** [out :: app.com] (in /home/admin/domains/app/releases/ > 20070806185530) > ** [out :: app.com] rake aborted! > ** [out :: app.com] Access denied for user 'root'@'localhost' (using > password: NO) > ** [out :: app.com] > ** [out :: app.com] (See full trace by running task with --trace) > ** [out :: app.com] > command finished > command "cd /home/admin/domains/app/releases/20070806185530; rake > RAILS_ENV=production db:migrate" failed on app.com > > > > > --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
