Commit e5a0713f0e699b8e4c79ca3a4780b8deb2411052

Authored by Sytse Sijbrandij
2 parents 83941ca2 f6189a9f

Merge branch 'hyphens-in-doc-filename' into 'master'

Hyphens-in-doc-filename
doc/update/mysql-to-postgresql.md
@@ -1,9 +0,0 @@ @@ -1,9 +0,0 @@
1 -# Use the shell commands below to convert a MySQL GitLab database to a PostgreSQL one.  
2 -  
3 -```  
4 -git clone https://github.com/lanyrd/mysql-postgresql-converter.git  
5 -cd mysql-postgresql-converter  
6 -mysqldump --compatible=postgresql --default-character-set=utf8 -r databasename.mysql -u root gitlabhq_production  
7 -python db_converter.py databasename.mysql databasename.psql  
8 -psql -f databasename.psql -d gitlabhq_production  
9 -```  
doc/update/mysql_to_postgresql.md 0 → 100644
@@ -0,0 +1,9 @@ @@ -0,0 +1,9 @@
  1 +# Use the shell commands below to convert a MySQL GitLab database to a PostgreSQL one.
  2 +
  3 +```
  4 +git clone https://github.com/lanyrd/mysql-postgresql-converter.git
  5 +cd mysql-postgresql-converter
  6 +mysqldump --compatible=postgresql --default-character-set=utf8 -r databasename.mysql -u root gitlabhq_production
  7 +python db_converter.py databasename.mysql databasename.psql
  8 +psql -f databasename.psql -d gitlabhq_production
  9 +```