如何在GitLab中关闭PostgreSQL进程?

时间:2017-07-11 10:53:31

标签: postgresql gitlab

$ [root@gitlab]# gitlab-ctl stop postgresql

  

超时:运行:postgresql :( pid 27881)13974s

$ [root@gitlab]# kill -9 27881

  

$ [root@gitlab]# ps -aux | grep 27881

  

495 27881 0.0 0.0 0 0? Zs 14:53 0:00 [postgres]

$ [root@gitlab]# /opt/gitlab/embedded/bin/pg_ctl status

  

pg_ctl:不能以root身份运行   请登录(使用例如" su")作为(非特权)用户   拥有服务器进程。

$ [root@gitlab]# whoami

  

$ [root@gitlab]# /opt/gitlab/embedded/bin/psql

  

psql:无法连接到服务器:没有这样的文件或目录
    服务器是否在本地运行并接受
    Unix域套接字上的连接" /tmp/.s.PGSQL.5432"?

0 个答案:

没有答案