diff options
Diffstat (limited to 'doc/update/6.0-to-6.5.md')
-rw-r--r-- | doc/update/6.0-to-6.5.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/update/6.0-to-6.5.md b/doc/update/6.0-to-6.5.md index 8b2fcd4854b..e01cc589a83 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 |