There was an error running gitlab-ctl reconfigure

    1. sudo gitlab-ctl stop
    2. sudo chmod 755 /var/opt/gitlab/postgresql
    3. sudo systemctl restart gitlab-runsvdir
    4. sudo gitlab-ctl reconfigure
    5. sudo gitlab-ctl restart
    sudo gitlab-ctl start # 启动所有 gitlab 组件;
    sudo gitlab-ctl stop # 停止所有 gitlab 组件;
    sudo gitlab-ctl restart # 重启所有 gitlab 组件;
    sudo gitlab-ctl status # 查看服务状态;
    sudo gitlab-ctl reconfigure # 启动服务;
    sudo vim /etc/gitlab/gitlab.rb # 修改默认的配置文件;
    gitlab-rake gitlab:check SANITIZE=true --trace # 检查gitlab;
    sudo gitlab-ctl tail # 查看日志;