From 03e0a759af4decaad1b0a5fc2ae60a2e447ea067 Mon Sep 17 00:00:00 2001 From: dosire Date: Thu, 23 Jan 2014 08:57:28 +0100 Subject: [PATCH] Include a note for people that think the headers are wrong. --- doc/update/6.0-to-6.5.md | 4 ++-- doc/update/6.4-to-6.5.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/update/6.0-to-6.5.md b/doc/update/6.0-to-6.5.md index 8b2fcd4854..e01cc589a8 100644 --- a/doc/update/6.0-to-6.5.md +++ b/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 ```bash cd /home/git/gitlab -# MySQL +# MySQL installations (note: the line below states '--without ... postgres') sudo -u git -H bundle install --without development test postgres --deployment -#PostgreSQL +# PostgreSQL installations (note: the line below states '--without ... mysql') sudo -u git -H bundle install --without development test mysql --deployment diff --git a/doc/update/6.4-to-6.5.md b/doc/update/6.4-to-6.5.md index 43bc20ec6b..5dcfd15fe1 100644 --- a/doc/update/6.4-to-6.5.md +++ b/doc/update/6.4-to-6.5.md @@ -33,10 +33,10 @@ sudo -u git -H git checkout v1.8.0 ```bash cd /home/git/gitlab -# MySQL +# MySQL installations (note: the line below states '--without ... postgres') sudo -u git -H bundle install --without development test postgres --deployment -# PostgreSQL +# PostgreSQL installations (note: the line below states '--without ... mysql') sudo -u git -H bundle install --without development test mysql --deployment