1、修改gitlab.rb

vim /etc/gitlab/gitlab.rb

配置为:

postgresql[‘enable‘] = true
postgresql[‘listen_address‘] = ‘0.0.0.0’
postgresql[‘port‘] = 5432
postgresql[‘data_dir‘] = “/var/opt/gitlab/postgresql/data

2、gitlabctreconfigure 等待报错

3、修改pg_hba.conf

vim   /var/opt/gitlab/postgresql/data/pg_hba.conf

注释Local行、增加下面行

host   all    all    0.0.0.0/0    trust

4、gitlabctl   restart

5、连接gitlabhq_production用户名gitlab

附:本地连接命令

sudo gitlab-rake gitlab:env:info

-sh-4.2$ psql -h /var/opt/gitlab/postgresql -d gitlabhq_production

原文地址:https://blog.csdn.net/u013008898/article/details/134767696

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任

如若转载,请注明出处:http://www.7code.cn/show_36088.html

如若内容造成侵权/违法违规/事实不符,请联系代码007邮箱suwngjj01@126.com进行投诉反馈,一经查实,立即删除

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注