--
You received this message because you are subscribed to the Google Groups "rubber" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubber-ec2+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
All right that worked.Now I'm also using unicorn and when I run cap rubber:unicorn:start it throws an error no servers for task start.--
On Friday, May 17, 2013 3:34:23 PM UTC-5, Kevin Menard wrote:
You received this message because you are subscribed to the Google Groups "rubber" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubber-ec2+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Did you restart PostgreSQL after your change? The default rubber config sets up pg_hba.conf correctly before the server starts, so it's not a problem. But pg_hba.conf entries can't be picked up via SIGHUP and so require a full server restart. As awesome as rubber is, we don't trust automated DB server restarts, so you'd have to manually restart it on your own after the modified file has been deployed.cap rubber:postgresql:restart should do the trick.--KevinOn Friday, May 17, 2013 at 4:31 PM, Shaun Thompson wrote:
cap deploy works but cap deploy:migrations fails with the same error.
On Friday, May 17, 2013 2:34:05 PM UTC-5, Kevin Menard wrote: --
You received this message because you are subscribed to the Google Groups "rubber" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubber-ec2+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hi Shaun,I don't know why it's trying to do a DB migration as part of deploy:cold.Can you do a:cap deploycap deploy:migrationsin that order and see if it fixes the problem for you?Thanks,KevinOn Friday, May 17, 2013 at 3:31 PM, Shaun Thompson wrote: