-
Notifications
You must be signed in to change notification settings - Fork 6
What to do if the server is down
rrudling edited this page Sep 8, 2021
·
3 revisions
- SSH into the server with the armada user:
ssh [email protected]
- Become root:
sudo -i
- See the last 1000 rows in the server log file:
tail -n 1000 /usr/home/ais/nginx/uwsgi.log
You could also log in to Sentry and see the errors there.
-
For developers
-
API
-
For Head of Internal Systems