diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-04-17 09:07:29 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-04-17 09:07:29 +0000 |
commit | 8c3b529cbf35852c6059955d424464280702bd88 (patch) | |
tree | 6620513bbdd3aa936687c2891496f6bb54c1381d | |
parent | 2291b1bbc14a10492ddb79133ad000c610e374c6 (diff) | |
parent | f20fcf8c2d23450869923fc50c09cb1d6bb7bbc8 (diff) | |
download | gitlab-ce-8c3b529cbf35852c6059955d424464280702bd88.tar.gz |
Merge branch 'patch-39' into 'master'
Docs: Fix typo on DB migration
See merge request gitlab-org/gitlab-ce!27435
-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 b7f7d71689d..e607dbceeea 100644 --- a/doc/update/mysql_to_postgresql.md +++ b/doc/update/mysql_to_postgresql.md @@ -41,7 +41,7 @@ Debian/Ubuntu: sudo apt-get install pgloader ``` -For other distributions, follow the instructions in PostrgreSQL's +For other distributions, follow the instructions in PostgreSQL's [download page](https://www.postgresql.org/download/) to add their repository and then install `pgloader`. |