Hi all <br><br>I bumped into the following issue: when trying to restart with capistrano, it does restart, but with the app from the old deployment directory.<br><br>desc &quot;Restart the app server.&quot;<br>task :restart, :roles =&gt; :app do
<br>&nbsp; run &quot;mongrel_rails restart -c #{current_release}&quot;<br>end<br clear="all"><br>Has anybody a better solution for that ?<br><br>-- <br>Roberto Saccon