Chinaunix首页 | 论坛 | 博客
  • 博客访问: 73756
  • 博文数量: 16
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 141
  • 用 户 组: 普通用户
  • 注册时间: 2016-11-04 13:55
个人简介

再见青春

文章分类

全部博文(16)

文章存档

2023年(1)

2020年(5)

2019年(3)

2018年(1)

2017年(6)

我的朋友

分类: 系统运维

2023-02-23 17:11:50

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"

2gitlab-ctl  reconfigure 等待报错

3、修改pg_hba.conf

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

注释Local行、增加下面行

host   all    all    0.0.0.0/0    trust

4gitlab-ctl   restart

5、连接gitlabhq_production、用户名gitlab

阅读(394) | 评论(0) | 转发(0) |
0

上一篇:centos7 pyton3 安装

下一篇:没有了

给主人留下些什么吧!~~