summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-04-17 09:07:29 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-04-17 09:07:29 +0000
commit8c3b529cbf35852c6059955d424464280702bd88 (patch)
tree6620513bbdd3aa936687c2891496f6bb54c1381d
parent2291b1bbc14a10492ddb79133ad000c610e374c6 (diff)
parentf20fcf8c2d23450869923fc50c09cb1d6bb7bbc8 (diff)
downloadgitlab-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.md2
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`.