I'm noting this here as I'm running into it with Capistrano v3. Not sure the best way to solve it yet. But the foreman:restart task won't restart newly exported configurations as they have never been started yet (can't restart a job that was never started). Here is a Server Fault question outlining the problem: http://serverfault.com/questions/497114/upstart-restart-command-doesnt-load-new-updated-job-config-solr.
I wonder if it might be better to have the foreman:restart task do a stop then start?
I'm noting this here as I'm running into it with Capistrano v3. Not sure the best way to solve it yet. But the
foreman:restarttask won't restart newly exported configurations as they have never been started yet (can't restart a job that was never started). Here is a Server Fault question outlining the problem: http://serverfault.com/questions/497114/upstart-restart-command-doesnt-load-new-updated-job-config-solr.I wonder if it might be better to have the
foreman:restarttask do a stop then start?