Commit dca537ab2902aa9936e4c29574ad540793028a76
1 parent
f08cb264
Exists in
spb-stable
and in
2 other branches
Use the gitlabhq fork of the MySQL converter
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/update/mysql_to_postgresql.md
... | ... | @@ -15,7 +15,7 @@ sudo service gitlab stop |
15 | 15 | |
16 | 16 | # Update /home/git/gitlab/config/database.yml |
17 | 17 | |
18 | -git clone https://github.com/lanyrd/mysql-postgresql-converter.git | |
18 | +git clone https://github.com/gitlabhq/mysql-postgresql-converter.git | |
19 | 19 | cd mysql-postgresql-converter |
20 | 20 | mysqldump --compatible=postgresql --default-character-set=utf8 -r databasename.mysql -u root gitlabhq_production |
21 | 21 | python db_converter.py databasename.mysql databasename.psql | ... | ... |