Skip to content

Restart ED2

Hui Zhang edited this page Oct 16, 2018 · 2 revisions

DB related error

run these commands in sequence to restart the application and server at different level

  • run rake db reset to drop and migrate
  • restart Easydeposit 2
  • restart puma
  • restart sidekick to assure Easydeposit uses the latest code and DB run ps ax |grep ed2 to check ED2 is running.
Clone this wiki locally