We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 079f70d + 6ae28d9 commit cef8119Copy full SHA for cef8119
database/migrate-mysql-to-postgres/README.md
@@ -52,15 +52,15 @@ mysqldump --compatible=postgresql --default-character-set=utf8 -r /tmp/gitlabhq_
52
53
```bash
54
wget https://raw.github.com/lanyrd/mysql-postgresql-converter/master/db_converter.py -O /tmp/db_converter.py
55
-python /tmp/db_converter.py /tmp/gitlab_production.mysql /tmp/gitlab_production.psql
+python /tmp/db_converter.py /tmp/gitlabhq_production.mysql /tmp/gitlabhq_production.psql
56
```
57
58
***Note:*** This was tested using debian 7, with python 2.7.3
59
60
# Import the database
61
62
63
-sudo -u git -H psql -d gitlabhq_production -f /tmp/gitlab_production.psql
+sudo -u git -H psql -d gitlabhq_production -f /tmp/gitlabhq_production.psql
64
65
66
# Update database config
0 commit comments