Merge pull request #7719 from williamherry/improve/improve_mysql_to_postgresql_doc

add bunder step to mysql_to_postgresql doc
This commit is contained in:
Robert Schilling
2014-09-10 09:13:21 +02:00
+3
View File
@@ -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
```