On 14/Nov - 07:45, Pirate Praveen wrote: > <https://people.debian.org/~praveen/gitlab/> has protobuf 3.7 and grpc 1.19. > You need to downgrade both and use gitaly 1.59.3+dfsg-1~bpo10+2 (which > allows these versions). > > And because of <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=944698> > you may need to regenrate Gemfile.lock > > # cd /usr/share/gitlab > # sudo -u gitlab truncate -s0 Gemfile.lock > # sudo -u gitlab bundle install --local > # systemctl restart gitlab-sidekiq > # systemctl restart gitlab gitaly > > I had to use a separate repo with protobuf 3.10 and grpc 1.23 -> > https://people.debian.org/~praveen/protobuf/ to build gitaly > > I'm keeping this bug open till we can use same version of protobuf for both > gitaly build and gitlab. I have opened > https://gitlab.com/gitlab-org/gitaly/issues/2164 to work with upstream on > this
Great it works, thank you. Please tell us when the issue is fixed in the experimental repository and that we can upgrade all versions from this repository, as it is currently somewhat a hot fix. Romain