Commit 03e0a759af4decaad1b0a5fc2ae60a2e447ea067
1 parent
69ff7657
Exists in
spb-stable
and in
3 other branches
Include a note for people that think the headers are wrong.
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
doc/update/6.0-to-6.5.md
| ... | ... | @@ -53,10 +53,10 @@ sudo -u git -H git checkout v1.8.0 # Addresses multiple critical security vulner |
| 53 | 53 | ```bash |
| 54 | 54 | cd /home/git/gitlab |
| 55 | 55 | |
| 56 | -# MySQL | |
| 56 | +# MySQL installations (note: the line below states '--without ... postgres') | |
| 57 | 57 | sudo -u git -H bundle install --without development test postgres --deployment |
| 58 | 58 | |
| 59 | -#PostgreSQL | |
| 59 | +# PostgreSQL installations (note: the line below states '--without ... mysql') | |
| 60 | 60 | sudo -u git -H bundle install --without development test mysql --deployment |
| 61 | 61 | |
| 62 | 62 | ... | ... |
doc/update/6.4-to-6.5.md
| ... | ... | @@ -33,10 +33,10 @@ sudo -u git -H git checkout v1.8.0 |
| 33 | 33 | ```bash |
| 34 | 34 | cd /home/git/gitlab |
| 35 | 35 | |
| 36 | -# MySQL | |
| 36 | +# MySQL installations (note: the line below states '--without ... postgres') | |
| 37 | 37 | sudo -u git -H bundle install --without development test postgres --deployment |
| 38 | 38 | |
| 39 | -# PostgreSQL | |
| 39 | +# PostgreSQL installations (note: the line below states '--without ... mysql') | |
| 40 | 40 | sudo -u git -H bundle install --without development test mysql --deployment |
| 41 | 41 | |
| 42 | 42 | ... | ... |