Commit 92591b63dcba5115537cd1e6da714540590975b8
1 parent
c01efa0e
Exists in
spb-stable
and in
2 other branches
Add an introcudtion to mysql_to_postgresql.md
Showing
1 changed file
with
7 additions
and
1 deletions
Show diff stats
doc/update/mysql_to_postgresql.md
1 | -# Use the shell commands below to convert a MySQL GitLab database to a PostgreSQL one. | |
1 | +# Migrating GitLab from MySQL to Postgres | |
2 | + | |
3 | +If you are replacing MySQL with Postgres while keeping GitLab on the same | |
4 | +server all you need to do is to export from MySQL and import into Postgres as | |
5 | +described below. If you are also moving GitLab to another server, or if you are | |
6 | +switching to omnibus-gitlab, you may want to use a GitLab backup file. The | |
7 | +second part of this documents explains the procedure to do this. | |
2 | 8 | |
3 | 9 | ## Export from MySQL and import into Postgres |
4 | 10 | ... | ... |