禁用创建组权限 GitLab默认所有的注册用户都可以创建组。...# 修改配置文件 $ sudo vi /etc/gitlab/gitlab.rb # 开启gitlab_rails['gitlab_default_can_create_group'] 选项,并将值设置为...GitLab $ sudo gitlab-ctl reconfigure 3、gitlab-ctl常用命令介绍命令 说明 check-config 检查在gitlab...
2.There was an error running gitlab-ctl reconfigure:execute[/opt/gitlab/embedded/bin/initdb -D /var/opt/gitlab/postgresql/data -E UTF8] (postgresql::enable line 54) had an error: Errno::EACCES: Permission denied - /opt/gitlab/embedded/bin/initdb Full log (base) root@mail:~# gitlab...
Seen in https://ops.gitlab.net/gitlab-com/gl-infra/deployer/-/jobs/11396785: Net::HTTPServerException: 404 "Not Found"
/opt/gitlab/embedded/service/gitlab-rails/config/initializers/grpc.rb:3:innew' /opt/gitlab/embedded/service/gitlab-rails/config/initializers/grpc.rb:3:in<top (required)>' /opt/gitlab/embedded/service/gitlab-rails/config/environment.rb:6:in<top (required)>' /opt/gitlab/embedded/bin/bundle...
[Create a config.yml and create a symlink to Rails root] action create * template[/var/opt/gitlab/gitlab-shell/config.yml] action create (up to date) * link[Link /opt/gitlab/embedded/service/gitlab-shell/config.yml to /var/opt/gitlab/gitlab-shell/config.yml] action create (up to...
@alexisduqueHmm. That is indeed weird. I am trying to reproduce the issue but was unable to. Meanwhile, can you move/opt/gitlab/embedded/service/gitlab-rails/config/database.ymlto another location (as a backup), and run reconfigure again (so that it gets created again)?
Summary While executing 'gitlab-ctr reconfigure' I get an error "Error executing action run on resource 'bash_hide_env[migrate gitlab-rails database]'". Unfortunately, I...
Summary Running 'sudo gitlab-ctl reconfigure' produces Error Error executing action run on resource 'execute[/opt/gitlab/embedded/service/gitlab-shell/bin/gitlab-keys check-permissions]' ...
[/opt/gitlab/embedded/service/gitlab-shell/config.yml] action create - create symlink at /opt/gitlab/embedded/service/gitlab-shell/config.yml to /var/opt/gitlab/gitlab-shell/config.yml * template[/var/opt/gitlab/gitlab-shell/gitlab_shell_secret] action create - create new file /var/...
Improve PostgreSQL service status check !4672 13.7 Activity DJ Mountney@twk3·5 years ago Contributor Currently we don't have this command wait for the database, but instead have this particular one attempt to retry up to 20 times (once every 2 seconds) before throwing the error. ...