背景: 在進行gitlab數據遷移以後,全部頁面正常訪問,惟獨在訪問項目repo地址時,報500錯誤git
1 查看日誌:json
命令查看: gitlab-ctl tail gitlab
或者手動查看:/var/log/gitlab/gitlab-rails/production.log 日誌文件 查到以下錯誤信息spa
解決方法:日誌
在網上查找資料發現,這是因爲db_key_base問題致使的。將原來gitlab配置文件 /etc/gitlab/gitlab-secrets.json 拷貝過來,而後執行 gitlab-ctl reconfigure 命令使配置生效,再訪問就能夠正常了。code