You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker compose up
...
gitlab-gitaly-1 | time="2023-06-06T10:32:10Z" level=info msg="Starting Gitaly, version 15.11.6"
gitlab-gitaly-1 | time="2023-06-06T10:32:10.351Z" level=info msg="grpc prometheus histograms enabled" latencies="[0.001 0.005 0.025 0.1 0.5 1 10 30 60 300 1500]"
gitlab-gitaly-1 | time="2023-06-06T10:32:18.417Z" level=info msg="License database preloaded"
gitlab-gitaly-1 | time="2023-06-06T10:32:18.419Z" level=error msg="failed to clean up memory cgroups" error="list gitaly process directory: open /sys/fs/cgroup/memory/gitaly: no such file or directory"
gitlab-gitaly-1 | time="2023-06-06T10:32:18.419Z" level=error msg="failed to clean up cpu cgroups" error="list gitaly process directory: open /sys/fs/cgroup/cpu/gitaly: no such file or directory"
gitlab-gitaly-1 | time="2023-06-06T10:32:18.978Z" level=warning msg="Git has not been properly configured, falling back to Git found on PATH" resolvedPath=/usr/bin/git
gitlab-gitaly-1 | time="2023-06-06T10:32:19.030Z" level=error msg="Gitaly shutdown" error="unsupported Git version: \"2.36.6\""
...
Resolve "unsupported Git version" in gitaly/config.yml
Resolve "unsupported Git version" in gitaly/config.yml
May be to build gitaly image with linked git binary?
The text was updated successfully, but these errors were encountered: