Gitlab Stop working after upgrade, getting 502

Hi,

I’ve been running GitLab on a Raspberry Pi 4/8G for about two years with no issue, but with the last version that was 16.8.0, GitLab stop working, when I got my URL, I get a 502.

I have checked my gitlab-worker logs and I am finding this

{“correlation_id”:“01HNZKJD7H6JGQWHHQ334TTTK0”,“duration_ms”:0,“error”:“badgateway: failed to receive response: dial unix /var/opt/gitlab/gitlab-rails/sockets/gitlab.socket: connect: no such file or directory”,“level”:“error”,“method”:“GET”,“msg”:“”,“time”:“2024-02-06T11:21:14-05:00”,“uri”:“/root/ansible/-/issues?label_name%5B%5D=et-facere\u0026sort=milestone”}
{“content_type”:“text/html; charset=utf-8”,“correlation_id”:“01HNZKJD7H6JGQWHHQ334TTTK0”,“duration_ms”:3002,“host”:“git.magidesign.com”,“level”:“info”,“method”:“GET”,“msg”:“access”,“proto”:“HTTP/1.1”,“referrer”:“”,“remote_addr”:“66.249.66.197:0”,“remote_ip”:“66.249.66.197”,“route”:“”,“status”:502,“system”:“http”,“time”:“2024-02-06T11:21:15-05:00”,“ttfb_ms”:3001,“uri”:“/root/ansible/-/issues?label_name%5B%5D=et-facere\u0026sort=milestone”,“user_agent”:“Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.6167.85 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)”,“written_bytes”:3027}
redis: 2024/02/06 11:21:17 pubsub.go:168: redis: discarding bad PubSub connection: EOF
{“error”:“keywatcher: pubsub receive: EOF”,“level”:“error”,“msg”:“”,“time”:“2024-02-06T11:21:17-05:00”}
{“correlation_id”:“”,“duration_ms”:0,“error”:“badgateway: failed to receive response: dial unix /var/opt/gitlab/gitlab-rails/sockets/gitlab.socket: connect: no such file or directory”,“level”:“error”,“method”:“GET”,“msg”:“”,“time”:“2024-02-06T11:21:17-05:00”,“uri”:“”}
{“correlation_id”:“”,“duration_ms”:0,“error”:“badgateway: failed to receive response: dial unix /var/opt/gitlab/gitlab-rails/sockets/gitlab.socket: connect: no such file or directory”,“level”:“error”,“method”:“GET”,“msg”:“”,“time”:“2024-02-06T11:21:27-05:00”,“uri”:“”}
{“correlation_id”:“”,“duration_ms”:0,“error”:“badgateway: failed to receive response: dial unix /var/opt/gitlab/gitlab-rails/sockets/gitlab.socket: connect: no such file or directory”,“level”:“error”,“method”:“GET”,“msg”:“”,“time”:“2024-02-06T11:21:38-05:00”,“uri”:“”}

I have looked in /var/opt/gitlab/gitlab-rails/sockets/ and yes there is no socket file. I have done a reconfig, that didn’t help help and I have tried like 5 other things from the net, none seem to have fixed.

I have two questions

  1. What I do to fix this?
  2. If I can’t, what can I do to recover the data? Because maybe a rebuild and restore might be better.