summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-05-08 02:38:14 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-05-08 02:38:14 +0000
commit4f447e0f4b87d77f1de408cd69a66323465437f8 (patch)
tree0d389c566d00a81fe946a31e68bd177cf99b5651
parente5c3ae8b4f4f501572c62178c9b83b8d746c9341 (diff)
parent02de0e7acca066e49086a01968c05c6888bacfa5 (diff)
downloadgitlab-ce-4f447e0f4b87d77f1de408cd69a66323465437f8.tar.gz
Merge branch 'docs-nneul/gitlab-ce-patch-1' into 'master'
Docs nneul/gitlab ce patch 1 Closes omnibus-gitlab#4132 See merge request gitlab-org/gitlab-ce!28182
-rw-r--r--doc/update/mysql_to_postgresql.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/update/mysql_to_postgresql.md b/doc/update/mysql_to_postgresql.md
index e607dbceeea..b83abcd36f7 100644
--- a/doc/update/mysql_to_postgresql.md
+++ b/doc/update/mysql_to_postgresql.md
@@ -45,6 +45,22 @@ For other distributions, follow the instructions in PostgreSQL's
[download page](https://www.postgresql.org/download/) to add their repository
and then install `pgloader`.
+If you are migrating to a Docker based installation, you will need to install
+pgloader within the container as it is not included in the container image.
+
+1. Start a shell session in the context of the running container:
+
+ ``` bash
+ docker exec -it gitlab bash
+ ```
+
+1. Install pgloader:
+
+ ``` bash
+ apt-get update
+ apt-get -y install pgloader
+ ```
+
## Omnibus GitLab installations
For [Omnibus GitLab packages](https://about.gitlab.com/install/), you'll first