Commit 33258926 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'bbodenmiller-master-patch-38293' into 'master'

Add missing check Rake tasks

See merge request gitlab-org/gitlab!77500
parents 0cc3642c 1efb0ff0
...@@ -7,6 +7,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -7,6 +7,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# Integrity check Rake task **(FREE SELF)** # Integrity check Rake task **(FREE SELF)**
GitLab provides Rake tasks to check the integrity of various components. GitLab provides Rake tasks to check the integrity of various components.
See also the [check GitLab configuration Rake task](maintenance.md#check-gitlab-configuration).
## Repository integrity ## Repository integrity
......
...@@ -106,6 +106,8 @@ The `gitlab:check` Rake task runs the following Rake tasks: ...@@ -106,6 +106,8 @@ The `gitlab:check` Rake task runs the following Rake tasks:
- `gitlab:gitlab_shell:check` - `gitlab:gitlab_shell:check`
- `gitlab:gitaly:check` - `gitlab:gitaly:check`
- `gitlab:sidekiq:check` - `gitlab:sidekiq:check`
- `gitlab:incoming_email:check`
- `gitlab:ldap:check`
- `gitlab:app:check` - `gitlab:app:check`
It checks that each component was set up according to the installation guide and suggest fixes It checks that each component was set up according to the installation guide and suggest fixes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment