Duplicate entries in the event table. (merges, commits, etc)
Closed
Duplicate entries in the event table. (merges, commits, etc)
Created by: carsonoid
I just upgraded our GitLab instance from 4.1 all the way to 6.1
Everything is working fine now except that I am getting duplicate entries in the events table for everything.
I have a feeling that this is related to update hooks but I'm not sure.
Created by: carsonoid
I found the issue. I didn't delete the old .gitolite directory so all the repositories still had their old post-receive scripts running. So gitlab-shell would handle the event and then the post-receive would handle it again. Deleted .gitolite and all is well!
By Administrator on 2013-10-09T21:18:14 (imported from GitLab project)
Please register or sign in to reply