问题描述:
自己用官网docker部署的gitlab,每天gitlab-backup create备份一次,发现过了一阵子,备份文件变小了, 每次备份的指令打印了错误,
[Failed] backing up XXXX
Error 13:CreateBundle: cmd wait failed: exit status 128.
然后去gitlab-rails中找原因,发现repocheck.log 中 有invalid sha1 pointer 相关日志,
gitlab社区有两个类似的open issue:
https://gitlab.com/gitlab-org...
https://gitlab.com/gitlab-org...
想咨询下大伙,有没有遇到过类似的问题呢?
1)问题发生的具体原因
2)怎么修复这些工程。