summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-07-14 12:08:26 +0000
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-07-14 12:08:26 +0000
commit070d6a2452c7fe358ab828b5516e421a363770e0 (patch)
treea2346c9542d2d6ceaf4d7ccd08c1519a35e5b98f
parent67ad6cc7b4a8af1e05cb726feefe308ad2f424f4 (diff)
parente26e46db2c8a3ed5254428b1406bd60719d4ba23 (diff)
downloadgitlab-ce-070d6a2452c7fe358ab828b5516e421a363770e0.tar.gz
Merge branch 'fix-ed' into 'master'
Fix path to move_drop_indexes.ed Small documentation fix. See merge request !1900
-rw-r--r--doc/update/mysql_to_postgresql.md2
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