summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2015-07-14 11:50:01 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2015-07-14 11:50:01 +0200
commite26e46db2c8a3ed5254428b1406bd60719d4ba23 (patch)
tree9fbd86ee52f7d060ecd25deaa61ee5c65b4fd5d9
parentc013a9de148c7a4557c0ae80449ba4c7fbf2746b (diff)
downloadgitlab-ce-e26e46db2c8a3ed5254428b1406bd60719d4ba23.tar.gz
Fix path to move_drop_indexes.ed
-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