diff options
author | Miao Wang <shankerwangmiao@gmail.com> | 2018-07-20 14:00:53 +0000 |
---|---|---|
committer | Miao Wang <shankerwangmiao@gmail.com> | 2018-07-20 22:11:28 +0800 |
commit | 3d69345c883c163c60e73a885ea77aba5d615ce9 (patch) | |
tree | 04d6066d334e8127519143f2df7a9f881988fe9c /doc/update | |
parent | 3706707164d3aebc63d11763cce441fb92c65714 (diff) | |
download | gitlab-ce-3d69345c883c163c60e73a885ea77aba5d615ce9.tar.gz |
Update mysql_to_postgresql.md
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/mysql_to_postgresql.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/update/mysql_to_postgresql.md b/doc/update/mysql_to_postgresql.md index 0b38cde811d..7c6a14cb104 100644 --- a/doc/update/mysql_to_postgresql.md +++ b/doc/update/mysql_to_postgresql.md @@ -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: |