Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-07-30 21:28:37 +0300
committerRémy Coutable <remy@rymai.me>2018-07-30 21:28:37 +0300
commit0a40035c0762be80330a0155dc790d3fde90da68 (patch)
treeecfd8a787195f2cddcb4abc9d332c639e2cc3c74 /doc
parentcb2e07309b4e61501a44c3568155bdb73252338f (diff)
parent37748e44f7d1eec0b280d1f6aa15b2282a12dec4 (diff)
Merge branch 'sh-make-unicorn-work-rbtrace' into 'master'
Make rbtrace work under unicorn See merge request gitlab-org/gitlab-ce!20892
Diffstat (limited to 'doc')
-rw-r--r--doc/administration/troubleshooting/debug.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/administration/troubleshooting/debug.md b/doc/administration/troubleshooting/debug.md
index 7ae4f7c1515..2902af8c782 100644
--- a/doc/administration/troubleshooting/debug.md
+++ b/doc/administration/troubleshooting/debug.md
@@ -77,7 +77,12 @@ and more. However, this is not enabled by default. To enable it, define the
gitlab_rails['env'] = {"ENABLE_RBTRACE" => "1"}
```
-Then reconfigure the system and restart Unicorn and Sidekiq.
+Then reconfigure the system and restart Unicorn and Sidekiq. To run this
+in Omnibus, run as root:
+
+```ruby
+/opt/gitlab/embedded/bin/ruby /opt/gitlab/embedded/bin/rbtrace
+```
## Common Problems