Commit f6d13ef5 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'docs/add-step-to-install-postgre-gems-mysql_to_postgresql' into 'master'

Docs: Add a step to install Postgresql related Gems before creating the schema

See merge request gitlab-org/gitlab-ce!20739
parents 922650fa 3d69345c
......@@ -200,6 +200,12 @@ sudo apt-get install pgloader
sudo -u git cp config/database.yml.postgresql config/database.yml
sudo -u git -H chmod o-rwx config/database.yml
```
1. Install Gems related to Postgresql
``` bash
sudo -u git -H rm .bundle/config
sudo -u git -H bundle install --deployment --without development test mysql aws kerberos
```
1. Run the following commands to prepare the schema:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment