summaryrefslogtreecommitdiff
path: root/doc/update/mysql_to_postgresql.md
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-07-03 12:17:46 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-07-03 12:17:46 +0200
commit43b05afc4d190a1301c87b0fe33e974b7b815807 (patch)
tree7af4c1c98cbcbd905383839a40dc769a0ed4ffb4 /doc/update/mysql_to_postgresql.md
parent8d106bed3c2146217697e9a13e637dd8c5d60c48 (diff)
downloadgitlab-ce-43b05afc4d190a1301c87b0fe33e974b7b815807.tar.gz
Use the correct clone link for the DB converter
Diffstat (limited to 'doc/update/mysql_to_postgresql.md')
-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 05c95679673..91689890640 100644
--- a/doc/update/mysql_to_postgresql.md
+++ b/doc/update/mysql_to_postgresql.md
@@ -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