From f6189a9f07607628d02c3660496d50c57dcc226b Mon Sep 17 00:00:00 2001 From: dosire Date: Mon, 31 Mar 2014 18:23:10 +0200 Subject: Use underscores in doc filename like elsewhere. --- doc/update/mysql-to-postgresql.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 doc/update/mysql-to-postgresql.md (limited to '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 9a324545eb0..00000000000 --- 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 -``` -- cgit v1.2.1