Problems with GitLab-CE self-managed installation on AD domain joined Linux server

I wasn’t too clear.

The solution is to run psql commands and directly change the boolean values for two of the properties. This is done via the gitlab-psql command.

gitlab-psql
update application_settings set diagramsnet_enabled=false;
update application_settings set update_runner_versions_enabled=false;
\q

Next delete the help page url manually from the application.

1 Like