我根据 Gitlab 的更新手册 https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/5.4-to-6.0.md升级了 Gitlab ,并且在更新执行任务后工作没有问题
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
验证问题,我在许多存储库中收到此消息
Try fixing it:
sudo -u git -H bundle exec rake gitlab:satellites:create RAILS_ENV=production
If necessary, remove the tmp/repo_satellites directory ...
... and rerun the above command
For more information see:
doc/raketasks/maintenance.md
Please fix the error above and rerun the checks.
我执行sudo -u git -H bundle exec rake gitlab:satellites:create RAILS_ENV=production
并gitlab:check
仍然显示相同的错误,并且没有 tmp/repo_satellites 目录