Commit 81d759e99d77657484d2bca757a3a823bb400170

Authored by Jacob Vosmaer
1 parent 0b017a65

Unicorn reloads cannot upgrade Ruby itself

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
@@ -155,6 +155,8 @@ Unicorn supports zero-downtime reloads. These can be triggered as follows: @@ -155,6 +155,8 @@ Unicorn supports zero-downtime reloads. These can be triggered as follows:
155 sudo gitlab-ctl hup unicorn 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 ## Configuration 160 ## Configuration
159 161
160 ### Creating the gitlab.rb configuration file 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,4 +542,4 @@ This omnibus installer project is based on the awesome work done by Chef in
540 [gitlab.yml.erb]: https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-cookbooks/gitlab/templates/default/gitlab.yml.erb 542 [gitlab.yml.erb]: https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-cookbooks/gitlab/templates/default/gitlab.yml.erb
541 [database.yml.postgresql]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/config/database.yml.postgresql 543 [database.yml.postgresql]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/config/database.yml.postgresql
542 [database.yml.mysql]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/config/database.yml.mysql 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 \ No newline at end of file 545 \ No newline at end of file
  546 +[gitlab.yml.example]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/config/gitlab.yml.example