Docker-gitlab: After moving to different server, Pipelines won't start automaticly

Created on 15 Aug 2018  路  4Comments  路  Source: sameersbn/docker-gitlab

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?

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

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rakesh-k picture rakesh-k  路  3Comments

azman0101 picture azman0101  路  4Comments

cyklodev picture cyklodev  路  3Comments

pmoralesp picture pmoralesp  路  3Comments

vkukk picture vkukk  路  5Comments