Skip to content

Commit cef8119

Browse files
committed
Merge pull request #230 from simonstreet/master
Fix typos in migrate-mysql-to-postgres/README.md
2 parents 079f70d + 6ae28d9 commit cef8119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

database/migrate-mysql-to-postgres/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ mysqldump --compatible=postgresql --default-character-set=utf8 -r /tmp/gitlabhq_
5252

5353
```bash
5454
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
55+
python /tmp/db_converter.py /tmp/gitlabhq_production.mysql /tmp/gitlabhq_production.psql
5656
```
5757

5858
***Note:*** This was tested using debian 7, with python 2.7.3
5959

6060
# Import the database
6161

6262
```bash
63-
sudo -u git -H psql -d gitlabhq_production -f /tmp/gitlab_production.psql
63+
sudo -u git -H psql -d gitlabhq_production -f /tmp/gitlabhq_production.psql
6464
```
6565

6666
# Update database config

0 commit comments

Comments
 (0)