diff options
author | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2015-07-14 12:08:26 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2015-07-14 12:08:26 +0000 |
commit | 070d6a2452c7fe358ab828b5516e421a363770e0 (patch) | |
tree | a2346c9542d2d6ceaf4d7ccd08c1519a35e5b98f /doc/update | |
parent | 67ad6cc7b4a8af1e05cb726feefe308ad2f424f4 (diff) | |
parent | e26e46db2c8a3ed5254428b1406bd60719d4ba23 (diff) | |
download | gitlab-ce-070d6a2452c7fe358ab828b5516e421a363770e0.tar.gz |
Merge branch 'fix-ed' into 'master'
Fix path to move_drop_indexes.ed
Small documentation fix.
See merge request !1900
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/mysql_to_postgresql.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/mysql_to_postgresql.md b/doc/update/mysql_to_postgresql.md index 6f89f9eda79..26605c7c3a3 100644 --- a/doc/update/mysql_to_postgresql.md +++ b/doc/update/mysql_to_postgresql.md @@ -57,7 +57,7 @@ sudo -u git -H git clone https://github.com/gitlabhq/mysql-postgresql-converter. # Convert gitlabhq_production.mysql sudo -u git -H mkdir db sudo -u git -H python mysql-postgresql-converter/db_converter.py gitlabhq_production.mysql db/database.sql -sudo -u git -H ed -s db/database.sql < move_drop_indexes.ed +sudo -u git -H ed -s db/database.sql < mysql-postgresql-converter/move_drop_indexes.ed # Compress database backup sudo -u git -H gzip db/database.sql |