这是我第三次在服务器上安装 gitlab 并且以前从未出现过问题。
在处理 12.9.0 上的问题后,我决定重新安装 gitlab-ce ( 12.10.0 )。
在安装新版本之前,我已确保删除所有 gitlab 文件并重新启动服务器。
Step1:卸载gitlab 12.9.0
# gitlab-ctl stop
# gitlab-ctl uninstall
# apt-get remove --purge gitlab-ce
# find / -iname "gitlab" then try to remove all outputed files
# init 6
Run Code Online (Sandbox Code Playgroud)
第 2 步:全新安装 gitlab 12.10.0
# apt-get update
# apt-get install gitlab-ce=12.10.0-ce.0
Run Code Online (Sandbox Code Playgroud)
然后我根据我的服务器配置更新了我的 /etc/gitlab/gitlab.rb 文件。
最后,我执行了:
gitlab-ctl reconfigure
Run Code Online (Sandbox Code Playgroud)
进程被阻止:
ruby_block[等待redis服务套接字]动作运行
任何解决方案?