From 79c4fd7a7d3ac17e7f324d001af47c15b89f0cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Fri, 26 Apr 2013 12:25:04 +0300 Subject: [PATCH] Handle several RDBMS --- doc/update/5.0-to-5.1.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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