启动gitlab-ctl status报错,redis down
Error connecting to Redis on /var/opt/gitlab/redis/redis.socket (Errno::ECONNREFUS
查看日志
[root@gitlab redis]# tailf /var/log/gitlab/gitlab-rails/production.log

解决办法:
停掉gitlab
gitlab-ctl stop
删除文件(最好备份下)
/var/opt/gitlab/redis/dump.rdb
重启gitlab
当遇到GitLab启动时报错redisdown的问题,可通过停用GitLab服务,删除并备份/var/opt/gitlab/redis/dump.rdb文件后重启GitLab来解决。此文章详细介绍了故障排查与修复步骤。

6519

被折叠的 条评论
为什么被折叠?



