diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-05-19 17:49:29 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-05-19 17:49:29 +0200 |
commit | dca537ab2902aa9936e4c29574ad540793028a76 (patch) | |
tree | 6d5e39aa256d0ebfd3a0a775cf79722ce57788ed /doc/update/mysql_to_postgresql.md | |
parent | f08cb264878b4051b07f773586994290117296a5 (diff) | |
download | gitlab-ce-dca537ab2902aa9936e4c29574ad540793028a76.tar.gz |
Use the gitlabhq fork of the MySQL converter
Diffstat (limited to 'doc/update/mysql_to_postgresql.md')
-rw-r--r-- | doc/update/mysql_to_postgresql.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/mysql_to_postgresql.md b/doc/update/mysql_to_postgresql.md index 5b9209d7df4..4d591d4d4cf 100644 --- a/doc/update/mysql_to_postgresql.md +++ b/doc/update/mysql_to_postgresql.md @@ -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 |