Use the correct clone link for the DB converter

This commit is contained in:
Jacob Vosmaer 2014-07-03 12:17:46 +02:00
parent 8d106bed3c
commit 43b05afc4d
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ cd tmp/backups/postgresql
sudo -u git -H mysqldump --compatible=postgresql --default-character-set=utf8 -r gitlabhq_production.mysql -u root gitlabhq_production
# Clone the database converter
sudo -u git -H git clone https://github.com/lanyrd/mysql-postgresql-converter.git
sudo -u git -H git clone https://github.com/gitlabhq/mysql-postgresql-converter.git
# Convert gitlabhq_production.mysql
sudo -u git -H mkdir db