From f6189a9f07607628d02c3660496d50c57dcc226b Mon Sep 17 00:00:00 2001 From: dosire Date: Mon, 31 Mar 2014 18:23:10 +0200 Subject: [PATCH] Use underscores in doc filename like elsewhere. --- doc/update/mysql-to-postgresql.md | 9 --------- doc/update/mysql_to_postgresql.md | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 doc/update/mysql-to-postgresql.md create mode 100644 doc/update/mysql_to_postgresql.md diff --git a/doc/update/mysql-to-postgresql.md b/doc/update/mysql-to-postgresql.md deleted file mode 100644 index 9a32454..0000000 --- a/doc/update/mysql-to-postgresql.md +++ /dev/null @@ -1,9 +0,0 @@ -# Use the shell commands below to convert a MySQL GitLab database to a PostgreSQL one. - -``` -git clone https://github.com/lanyrd/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 -psql -f databasename.psql -d gitlabhq_production -``` diff --git a/doc/update/mysql_to_postgresql.md b/doc/update/mysql_to_postgresql.md new file mode 100644 index 0000000..9a32454 --- /dev/null +++ b/doc/update/mysql_to_postgresql.md @@ -0,0 +1,9 @@ +# Use the shell commands below to convert a MySQL GitLab database to a PostgreSQL one. + +``` +git clone https://github.com/lanyrd/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 +psql -f databasename.psql -d gitlabhq_production +``` -- libgit2 0.21.2