Merge branch 'fix-ed' into 'master'

Fix path to move_drop_indexes.ed

Small documentation fix.

See merge request !1900
This commit is contained in:
Dmitriy Zaporozhets 2015-07-14 12:08:26 +00:00
commit 070d6a2452
1 changed files with 1 additions and 1 deletions

View File

@ -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