summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-09-12 22:28:24 +0000
committerStan Hu <stanhu@gmail.com>2017-09-12 22:28:24 +0000
commit859ba07e7a52adfd3a501019a88ee02383707aa9 (patch)
tree01dc696d1bf4a3f46e3dcd54e8dbb0c6f1e68b24
parentf92e8d224c195b6b296252dd30235bb3e7c18beb (diff)
parent9fba72a54f40fa6bf155dd7ef4903b4d74da3516 (diff)
downloadgitlab-ce-859ba07e7a52adfd3a501019a88ee02383707aa9.tar.gz
Merge branch 'patch-25' into 'master'
Update mysql_to_postgresql.md to deprecate these docs in favor of PGLoader See merge request !14238
-rw-r--r--doc/update/mysql_to_postgresql.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/update/mysql_to_postgresql.md b/doc/update/mysql_to_postgresql.md
index a7de5648c0e..5dc8e6f65f8 100644
--- a/doc/update/mysql_to_postgresql.md
+++ b/doc/update/mysql_to_postgresql.md
@@ -1,3 +1,5 @@
+*** NOTE: These instructions should be considered deprecated. In GitLab 10.0 we will be releasing new migration instructions using [pgloader](http://pgloader.io/).
+
# Migrating GitLab from MySQL to Postgres
*Make sure you view this [guide from the `master` branch](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/update/mysql_to_postgresql.md#migrating-gitlab-from-mysql-to-postgres) for the most up to date instructions.*