You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/troubleshooting.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -820,6 +820,17 @@ Ran /opt/gitlab/embedded/bin/sv restart /opt/gitlab/service/gitaly returned 1
820
820
821
821
Refer to [issue 341573](https://gitlab.com/gitlab-org/gitlab/-/issues/341573) for more details.
822
822
823
+
## Reconfigure is stuck when re-installing GitLab
824
+
825
+
Because of a [known issue](https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7776), you can see the reconfigure process stuck at
826
+
`ruby_block[wait for logrotate service socket] action run` after uninstalling GitLab and trying to install it again. This problem occurs when one of the `systemctl` commands are
827
+
not executed when [uninstalling GitLab](installation/index.md#uninstall-the-linux-package-omnibus).
828
+
829
+
To resolve this issue:
830
+
831
+
- Make sure you followed all the steps when uninstalling GitLab and perform them if necessary.
832
+
- Follow the workaround in [issue 7776](https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7776).
833
+
823
834
## Mirroring the GitLab `yum` repository with Pulp or Red Hat Satellite fails
824
835
825
836
Direct mirroring of the Omnibus GitLab `yum` repositories located at <https://packages.gitlab.com/gitlab/> with [Pulp](https://pulpproject.org/) or
0 commit comments