Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 619 Bytes

praefect-startup.md

File metadata and controls

17 lines (11 loc) · 619 Bytes

Praefect is down

Symptoms

  • Message in prometheus-alerts Praefect is down on [hostname]

1. Check the Praefect Logs

  • Check Sentry for unusual errors
  • Check the Praefect service logs on the affected host
    • grep for SIGSEGV or SIGILL in /var/log/gitlab/praefect/

2. Ensure that the Praefect server process is running

  • Can you see the process in ps aux | grep praefect?
  • Is the prometheus port responding: Does curl https://localhost:10101/metrics respond?
  • Attempt to restart praefect service: sudo gitlab-ctl restart praefect