diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-11-09 03:53:07 -0800 |
---|---|---|
committer | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2015-02-05 20:41:18 +0100 |
commit | f73cb6ff74ea954799af247376aa2fc9bf89efbc (patch) | |
tree | cbfb8fba24f467f08c73f15adbf3ae907db35634 /doc/update/mysql_to_postgresql.md | |
parent | eb390226749cf23e50fbae614b88533ea660b2e8 (diff) | |
download | gitlab-ce-f73cb6ff74ea954799af247376aa2fc9bf89efbc.tar.gz |
note about latest details being on master branch
[ci skip]
Diffstat (limited to 'doc/update/mysql_to_postgresql.md')
-rw-r--r-- | doc/update/mysql_to_postgresql.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/update/mysql_to_postgresql.md b/doc/update/mysql_to_postgresql.md index 229689392b8..6af940cca36 100644 --- a/doc/update/mysql_to_postgresql.md +++ b/doc/update/mysql_to_postgresql.md @@ -1,4 +1,5 @@ # Migrating GitLab from MySQL to Postgres +*Make sure you view this [guide from the `master` branch](../../../master/doc/update/mysql_to_postgresql.md) for the most up to date instructions.* If you are replacing MySQL with Postgres while keeping GitLab on the same server all you need to do is to export from MySQL, import into Postgres and rebuild the indexes 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. |