summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-05-08 13:18:12 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-05-08 13:18:12 +0200
commit92591b63dcba5115537cd1e6da714540590975b8 (patch)
tree6bee78c0970ef4bc8cdaac21d531effaab9abfb2 /doc
parentc01efa0ed5a9dadd2daf8cc63c5612864c771f23 (diff)
downloadgitlab-ce-92591b63dcba5115537cd1e6da714540590975b8.tar.gz
Add an introcudtion to mysql_to_postgresql.md
Diffstat (limited to 'doc')
-rw-r--r--doc/update/mysql_to_postgresql.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/update/mysql_to_postgresql.md b/doc/update/mysql_to_postgresql.md
index cdef7d71e33..661dcc02ba8 100644
--- a/doc/update/mysql_to_postgresql.md
+++ b/doc/update/mysql_to_postgresql.md
@@ -1,4 +1,10 @@
-# Use the shell commands below to convert a MySQL GitLab database to a PostgreSQL one.
+# Migrating GitLab from MySQL to Postgres
+
+If you are replacing MySQL with Postgres while keeping GitLab on the same
+server all you need to do is to export from MySQL and import into Postgres as
+described below. If you are also moving GitLab to another server, or if you are
+switching to omnibus-gitlab, you may want to use a GitLab backup file. The
+second part of this documents explains the procedure to do this.
## Export from MySQL and import into Postgres