I have a gitlab instance running in docker. 15 days ago, I updated my container with the image gitlab-ce:latest. Since this day, I always have a 500 error when I run gitlab.
Problem to solve
When I run gitlab, I encounter a 500 error. The logs mainly show 2 errors:
Git environment: checking bundled Git binary “gitaly-git-v2.47”: permission denied
error=open /var/opt/gitlab/gitaly/gitaly.pid: no such file or directory
When I run gitlab-rake gitlab:gitaly:check, I have this error:
Gitaly: … default … FAIL: 14:connections to all backends failing; last error: UNKNOWN: unix:/var/opt/gitlab/gitaly/gitaly.socket: No such file or directory. debug_error_string:{UNKNOWN:Error received from peer {grpc_message:“connections to all backends failing; last error: UNKNOWN: unix:/var/opt/gitlab/gitaly/gitaly.socket: No such file or directory”, grpc_status:14, created_time:“2024-12-03T13:48:34.085759974+00:00”}}
Configuration
I run gitlab-ce:latest in a docker container.
Versions
Please add an x whether options apply, and add the version information.
Self-managed
GitLab.com SaaS
Dedicated
Could you help me, please?
I font know exactly which log file you’ll need to help me.