-
Couldn't load subscription status.
- Fork 3
Recover crashed application
Karl Xu edited this page Aug 27, 2018
·
2 revisions
When the application shows 502 ERROR, use the following steps to recover.
-
SSH into the application server.
ssh root@128.199.213.26Got the public IP from Codeship
-
Go into the application directory.
cd /home/codeship/inventory-server -
Restart the application.
`pm2 start process.yml'
-
Check the URL is the service back.