Skip to content
Snippets Groups Projects
Unverified Commit cce03728 authored by anarcat's avatar anarcat
Browse files

document two diagnostics commands i found out about while filing a bug

parent 6bdf89c7
No related branches found
No related tags found
No related merge requests found
......@@ -396,6 +396,21 @@ this will be implemented, if ever.
* [GitLab overview](https://grafana.torproject.org/d/QrDJktiMz/gitlab-omnibus)
* [Gitaly](https://grafana.torproject.org/d/x6Z50y-iz/gitlab-gitaly)
TODO: document how to handle common problems in GitLab
### Troubleshooting
Upstream recommends running this command to self-test a GitLab
instance:
sudo gitlab-rake gitlab:check SANITIZE=true
This command also shows general info about the GitLab instance:
sudo gitlab-rake gitlab:check SANITIZE=true
it is especially useful to find on-disk files and package versions.
## Disaster recovery
In case the entire GitLab machine is destroyed, a new server should be
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment