Commit 81d759e99d77657484d2bca757a3a823bb400170
1 parent
0b017a65
Exists in
master
and in
9 other branches
Unicorn reloads cannot upgrade Ruby itself
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -155,6 +155,8 @@ Unicorn supports zero-downtime reloads. These can be triggered as follows: |
155 | 155 | sudo gitlab-ctl hup unicorn |
156 | 156 | ``` |
157 | 157 | |
158 | +Note that you cannot use a Unicorn reload to update the Ruby runtime. | |
159 | + | |
158 | 160 | ## Configuration |
159 | 161 | |
160 | 162 | ### Creating the gitlab.rb configuration file |
... | ... | @@ -540,4 +542,4 @@ This omnibus installer project is based on the awesome work done by Chef in |
540 | 542 | [gitlab.yml.erb]: https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-cookbooks/gitlab/templates/default/gitlab.yml.erb |
541 | 543 | [database.yml.postgresql]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/config/database.yml.postgresql |
542 | 544 | [database.yml.mysql]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/config/database.yml.mysql |
543 | -[gitlab.yml.example]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/config/gitlab.yml.example | |
544 | 545 | \ No newline at end of file |
546 | +[gitlab.yml.example]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/config/gitlab.yml.example | ... | ... |