Use the gitlabhq fork of the MySQL converter

This commit is contained in:
Jacob Vosmaer 2014-05-19 17:49:29 +02:00
parent f08cb26487
commit dca537ab29
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ sudo service gitlab stop
# Update /home/git/gitlab/config/database.yml
git clone https://github.com/lanyrd/mysql-postgresql-converter.git
git clone https://github.com/gitlabhq/mysql-postgresql-converter.git
cd mysql-postgresql-converter
mysqldump --compatible=postgresql --default-character-set=utf8 -r databasename.mysql -u root gitlabhq_production
python db_converter.py databasename.mysql databasename.psql