What is the proper command to restart a Dokku app from SSH?

Spone picture Spone · Jan 21, 2014 · Viewed 27k times · Source

A Rails app I deployed on DigitalOcean using Dokku crashed and started returning 500 errors.

How can I restart it without pushing an empty commit?

Answer

Edu Lomeli picture Edu Lomeli · Mar 13, 2015

dokku ps:restart <app> works for me logged in with dokku system user.

Use dokku apps to list your apps.