## Gather information about GitLab and the system it runs on
GitLab provides Rake tasks for general maintenance.
This command gathers information about your GitLab installation and the System it runs on. These may be useful when asking for help or reporting issues.
## Gather GitLab and system information
This command gathers information about your GitLab installation and the system it runs on.
These may be useful when asking for help or reporting issues.
**Omnibus Installation**
...
...
@@ -50,20 +53,23 @@ Git: /usr/bin/git
## Check GitLab configuration
Runs the following Rake tasks:
The `gitlab:check` Rake task runs the following Rake tasks:
-`gitlab:gitlab_shell:check`
-`gitlab:gitaly:check`
-`gitlab:sidekiq:check`
-`gitlab:app:check`
It will check that each component was set up according to the installation guide and suggest fixes for issues found.
This command must be run from your app server and will not work correctly on component servers like [Gitaly](../gitaly/index.md#running-gitaly-on-its-own-server).
It will check that each component was set up according to the installation guide and suggest fixes
for issues found. This command must be run from your application server and will not work correctly on
component servers like [Gitaly](../gitaly/index.md#running-gitaly-on-its-own-server).
You may also have a look at our troubleshooting guides for:
You may also have a look at our Troubleshooting Guides: