Displaying 2 results from an estimated 2 matches for "rollback_cod".
Did you mean:
rollback_code
2007 Sep 07
3
Fails to restart mongrel cluster after Capistrano rollback (PIDs not deleted)
Hi,
I am deploying a Rails website using Capistrano to a VPS running the
site through Apache and Mongrel.
''cap deploy'' works fine, and mongrels are restarted. When I execute
''cap deploy:rollback'', however, my script fails to restart the
mongrels giving this error:
!!! PID file tmp/pids/mongrel.5000.pid already exists. Mongrel could
be running already.
2007 Aug 14
1
can not delete pid fils when stopping mongrel_cluster
...grel as it''s
env. All is well except deploy:rollback task. the following is log messages
when running cap deploy:rollback :
[DEPRECATION] Capistrano.configuration is deprecated. Use Capistrano::
Configuration.instance instead
* executing `deploy:rollback''
* executing `deploy:rollback_code''
* executing "ls -x /var/www/apps/person/releases"
servers: ["localhost"]
Password:
[localhost] executing command
command finished
* executing "rm /var/www/apps/person/current; ln -s
/var/www/apps/person/releases/20070813090159 /var/www/apps/person...