Commit efc09c8c authored by Sytse Sijbrandij's avatar Sytse Sijbrandij

Merge branch 'use_gitlab_db_converter' into 'master'

Use the correct clone link for the DB converter

See merge request !938
parents 8d106bed 43b05afc
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment