Commit 1efb0ff0 authored by Ben Bodenmiller's avatar Ben Bodenmiller Committed by Achilleas Pipinellis

Add missing check Rake tasks

parent 6fbd11e4
...@@ -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