GitLab provides Rake tasks for general maintenance.
## Gather information about GitLab and the system it runs on
## 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.
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**
...
...
@@ -53,23 +50,20 @@ Git: /usr/bin/git
## Check GitLab configuration
The `gitlab:check` Rake task runs the following Rake tasks:
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 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:
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).