diff options
author | Stan Hu <stanhu@gmail.com> | 2017-09-12 22:27:17 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-09-12 22:27:17 +0000 |
commit | 9fba72a54f40fa6bf155dd7ef4903b4d74da3516 (patch) | |
tree | e730af6fad9872afa4d09089f9e521d0ab4adbce /doc/update | |
parent | d71571324e59fed86628a21d4e4814e0224833ac (diff) | |
download | gitlab-ce-9fba72a54f40fa6bf155dd7ef4903b4d74da3516.tar.gz |
Improve formatting of pgloader line
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/mysql_to_postgresql.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/mysql_to_postgresql.md b/doc/update/mysql_to_postgresql.md index abad10541bc..5dc8e6f65f8 100644 --- a/doc/update/mysql_to_postgresql.md +++ b/doc/update/mysql_to_postgresql.md @@ -1,4 +1,4 @@ -These instructions should be considered deprecated. In GitLab 10.0 we will be releasing new migration instructions using PGLoader. +*** 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.* |