diff --git a/doc/update/6.2-to-6.3.md b/doc/update/6.2-to-6.3.md index a83eb39954837453ba41f23f2d93c8a92f8d8880..a590fc782495cb10e70ebf87229d863d5aa59b4d 100644 --- a/doc/update/6.2-to-6.3.md +++ b/doc/update/6.2-to-6.3.md @@ -62,7 +62,8 @@ sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production TIP: to see what changed in gitlab.yml.example in this release use next command: ``` -git diff 6.2-stable:config/gitlab.yml.example 6-3-stable:config/gitlab.yml.example +git diff 6-2-stable:config/gitlab.yml.example 6-3-stable:config/gitlab.yml.example +git diff 6-1-stable:config/gitlab.yml.example 6-3-stable:config/gitlab.yml.example # if you upgrading from 6-1 ``` * Make `/home/git/gitlab/config/gitlab.yml` same as https://github.com/gitlabhq/gitlabhq/blob/6-3-stable/config/gitlab.yml.example but with your settings.