Cannot Initialize Database and Activate Advanced Features for PostgreSQL using with v11.0.3 from source code.
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "regression" or "bug" label. For the Community Edition issue tracker: - https://gitlab.com/gitlab-org/gitlab-ce/issues?label_name%5B%5D=regression - https://gitlab.com/gitlab-org/gitlab-ce/issues?label_name%5B%5D=bug For the Enterprise Edition issue tracker: - https://gitlab.com/gitlab-org/gitlab-ee/issues?label_name%5B%5D=regression - https://gitlab.com/gitlab-org/gitlab-ee/issues?label_name%5B%5D=bug and verify the issue you're about to submit isn't a duplicate. ---> ### Summary Cannot Initialize Database and Activate Advanced Features for PostgreSQL using with v11.0.3 from source code. ### Steps to reproduce Following the step in 'Installation from source' (https://docs.gitlab.com/ee/install/installation.html), and checkout the source code from 'v11.0.3' tag. When excute `sudo -u git -H bundle exec rake gitlab:setup RAILS_ENV=production` as Step 8. `Initialize Database and Activate Advanced Features`(https://docs.gitlab.com/ee/install/installation.html#initialize-database-and-activate-advanced-features)` in command line, return 'Failed to connect to Gitaly...Error: 14:Connect Failed' as the attachments. ### Example Project (If possible, please create an example project here on GitLab.com that exhibits the problematic behaviour, and link to it here in the bug report) (If you are using an older version of GitLab, this will also determine whether the bug has been fixed in a more recent version) ### What is the current *bug* behavior? Cannot Initialize Database and Activate Advanced Features for PostgreSQL using with v11.0.3 from source code. 'Failed to connect to Gitaly...Error: 14:Connect Failed' ### What is the expected *correct* behavior? Can Initialize Database and Activate Advanced Features for PostgreSQL using with v11.0.3 from source code and complete the installation. ### Relevant logs and/or screenshots ![gitlab](/uploads/8ae6d67c5627529c0a7bcfe7b058ee7b/gitlab.png) ### Output of checks (If you are reporting a bug on GitLab.com, write: This bug happens on GitLab.com) #### Results of GitLab environment info <details> <summary>Expand for output related to GitLab environment info</summary> <pre> (For installations with omnibus-gitlab package run and paste the output of: `sudo gitlab-rake gitlab:env:info`) (For installations from source run and paste the output of: `sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`) as the [env.log](/uploads/c026952059d1e145d6beb32ad50a95c3/env.log) in the attachments. </pre> </details> #### Results of GitLab application Check <details> <summary>Expand for output related to the GitLab application check</summary> <pre> (For installations with omnibus-gitlab package run and paste the output of: `sudo gitlab-rake gitlab:check SANITIZE=true`) (For installations from source run and paste the output of: `sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true`) as the [check.log](/uploads/74f3c12ecafce5e57ec8fae947b8599b/check.log) in attachments. </pre> </details> ### Possible fixes (If you can, link to the line of code that might be responsible for the problem)
issue