GitLab-500问题解决办法

Posted gzsws

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了GitLab-500问题解决办法相关的知识,希望对你有一定的参考价值。

安装12-0-0版本并进行汉化后,开始创建其他组用户。使用其他用户登陆页面时候出现500错误

首先查看gitlab运行状态,发现并无异常

[root@gitlab ~]# gitlab-ctl status

 

查网上资料得知,GitLab发现报500错误,大意为DB数据关系错误,需要升级数据库关系。
查看数据库状态

[root@gitlab ~]# gitlab-rake db:migrate:status

发现有2个down
down    20190719122333  Add login recaptcha protection enabled to application settings
down    20190816151221  Add active jobs limit to plans


执行下面命令,升级数据库关系

gitlab-rake db:migrate
gitlab-ctl reconfigure
gitlab-ctl restart


重新登陆WEB页面,问题解决

以上是关于GitLab-500问题解决办法的主要内容,如果未能解决你的问题,请参考以下文章

django.core.exceptions.ImproperlyConfigured: Requested setting DEFAULT_INDEX_TABLESPACE的解决办法(转)(代码片段

django.core.exceptions.ImproperlyConfigured: Requested setting DEFAULT_INDEX_TABLESPACE的解决办法(转)(代码片段

svn报错cleanup failed–previous operation has not finished; run cleanup if it was interrupted的解决办法(代码片段

NDK: ant 错误 [javah] Exception in thread "main" java.lang.NullPointerException 多种解决办法(代码片段

管理区出现 gitlab 500 错误

访问项目页面时出现 GitLab 500 错误