mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 15:46:08 +10:00
Postgresql conversion script.
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user