summaryrefslogtreecommitdiff
path: root/doc/update/5.0-to-5.1.md
diff options
context:
space:
mode:
authorGrégoire Paris <postmaster@greg0ire.fr>2013-04-26 12:25:04 +0300
committerGrégoire Paris <gparis@universcine.com>2013-04-26 11:43:52 +0200
commit79c4fd7a7d3ac17e7f324d001af47c15b89f0cc0 (patch)
tree8be7ae1b159fdce1693893f275fff36ca58366d3 /doc/update/5.0-to-5.1.md
parentb536acc92ad86754fc85dc7c08455762ffb83ad4 (diff)
downloadgitlab-ce-79c4fd7a7d3ac17e7f324d001af47c15b89f0cc0.tar.gz
Handle several RDBMS
Diffstat (limited to 'doc/update/5.0-to-5.1.md')
-rw-r--r--doc/update/5.0-to-5.1.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/update/5.0-to-5.1.md b/doc/update/5.0-to-5.1.md
index 438bc25672c..9e6df65dddb 100644
--- a/doc/update/5.0-to-5.1.md
+++ b/doc/update/5.0-to-5.1.md
@@ -21,8 +21,12 @@ sudo -u git -H git checkout 5-1-stable
```
sudo -u git -H cp config/puma.rb.example config/puma.rb
-
+# Mysql users:
sudo -u git -H bundle install --without development test postgres --deployment
+
+# Postgres users:
+sudo -u git -H bundle install --without development test mysql --deployment
+
sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
sudo -u git -H bundle exec rake migrate_merge_requests RAILS_ENV=production