Hey,
We moved our gitlab to a new server, by copying all mounted data containers and dumping/restoring the db. The Domainname also stayed the same.
After moving pipelines won't start automatically anymore, everything else works fine (pipelines also work if I start them manually)
anyone any idea?
The same problem
It's because of broken hooks. Repairing hooks works for me:
docker-compose exec gitlab sudo -HEu git bundle exec rake gitlab:shell:create_hooks
Fixed the issue for me
Addition:
New Branches which are created without the hooks, are still broke. Those have to be deleted in gitlab and then pushed again.
Most helpful comment
It's because of broken hooks. Repairing hooks works for me:
docker-compose exec gitlab sudo -HEu git bundle exec rake gitlab:shell:create_hooks