Commit fd23913436337a698491d92cce800b955433b21d
Exists in
6-9-stable-ee
Merge branch '6-9-stable' into 6-9-stable-ee
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
README.md
@@ -139,12 +139,18 @@ sudo gitlab-ctl stop | @@ -139,12 +139,18 @@ sudo gitlab-ctl stop | ||
139 | sudo gitlab-ctl restart | 139 | sudo gitlab-ctl restart |
140 | ``` | 140 | ``` |
141 | 141 | ||
142 | +Note that on a single-core server it may take up to a minute to restart Unicorn | ||
143 | +and Sidekiq. Your GitLab instance will give a 502 error until Unicorn is up | ||
144 | +again. | ||
145 | + | ||
142 | It is also possible to start, stop or restart individual components. | 146 | It is also possible to start, stop or restart individual components. |
143 | 147 | ||
144 | ```shell | 148 | ```shell |
145 | sudo gitlab-ctl restart unicorn | 149 | sudo gitlab-ctl restart unicorn |
146 | ``` | 150 | ``` |
147 | 151 | ||
152 | +Note that you cannot use a Unicorn reload to update the Ruby runtime. | ||
153 | + | ||
148 | ## Configuration | 154 | ## Configuration |
149 | 155 | ||
150 | ### Creating the gitlab.rb configuration file | 156 | ### Creating the gitlab.rb configuration file |