Commit 85be902e0847bc7a6d49f6b2186bd59e6841f959
1 parent
3f66131b
Exists in
master
and in
4 other branches
Add tip to see difference between old and new config
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
doc/update/6.1-to-6.2.md
... | ... | @@ -51,6 +51,12 @@ sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production |
51 | 51 | |
52 | 52 | ### 5. Update config files |
53 | 53 | |
54 | +TIP: to see what changed in gitlab.yml.example in this release use next command: | |
55 | + | |
56 | +``` | |
57 | +git diff 6-1-stable:config/gitlab.yml.example 6-2-stable:config/gitlab.yml.example | |
58 | +``` | |
59 | + | |
54 | 60 | * Make `/home/git/gitlab/config/gitlab.yml` same as https://github.com/gitlabhq/gitlabhq/blob/6-2-stable/config/gitlab.yml.example but with your settings. |
55 | 61 | * Make `/home/git/gitlab/config/unicorn.rb` same as https://github.com/gitlabhq/gitlabhq/blob/6-2-stable/config/unicorn.rb.example but with your settings. |
56 | 62 | * Copy rack attack middleware config | ... | ... |