diff options
author | Stan Hu <stanhu@gmail.com> | 2016-06-07 19:40:38 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-06-24 08:58:32 -0700 |
commit | 67e83543b3ab0b858dfb32f68ea03b3dd6d0b052 (patch) | |
tree | d46b9975367f4f153d958705166026a6d4d02aeb /doc/README.md | |
parent | 0372afe22ae6e48a85da37d02f6ba740f202b35d (diff) | |
download | gitlab-ce-67e83543b3ab0b858dfb32f68ea03b3dd6d0b052.tar.gz |
Add debugging tips with gdb
[ci skip]
Diffstat (limited to 'doc/README.md')
-rw-r--r-- | doc/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/README.md b/doc/README.md index f1283cea0ad..be0d17084c7 100644 --- a/doc/README.md +++ b/doc/README.md @@ -44,6 +44,7 @@ - [Housekeeping](administration/housekeeping.md) Keep your Git repository tidy and fast. - [GitLab Performance Monitoring](monitoring/performance/introduction.md) Configure GitLab and InfluxDB for measuring performance metrics. - [Monitoring uptime](monitoring/health_check.md) Check the server status using the health check endpoint. +- [Debugging Tips](administration/troubleshooting/debug.md) Tips to debug problems when things go wrong - [Sidekiq Troubleshooting](administration/troubleshooting/sidekiq.md) Debug when Sidekiq appears hung and is not processing jobs. - [High Availability](administration/high_availability/README.md) Configure multiple servers for scaling or high availability. - [Container Registry](administration/container_registry.md) Configure Docker Registry with GitLab. |