From 276ee454877f66afeec3043745d4c9326e809008 Mon Sep 17 00:00:00 2001 From: William Herry Date: Wed, 10 Sep 2014 05:55:45 +0800 Subject: add bunder step to mysql_to_postgresql doc --- doc/update/mysql_to_postgresql.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/update/mysql_to_postgresql.md') diff --git a/doc/update/mysql_to_postgresql.md b/doc/update/mysql_to_postgresql.md index ed72e156efe..695c083d361 100644 --- a/doc/update/mysql_to_postgresql.md +++ b/doc/update/mysql_to_postgresql.md @@ -21,6 +21,9 @@ sudo -u git psql -f databasename.psql -d gitlabhq_production # Rebuild indexes (see below) +# Install gems for PostgreSQL (note: the line below states '--without ... mysql') +sudo -u git -H bundle install --without development test mysql --deployment + sudo service gitlab start ``` -- cgit v1.2.1