summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Baum <ibaum@gitlab.com>2019-05-07 19:02:51 +0000
committerIan Baum <ibaum@gitlab.com>2019-05-07 19:02:51 +0000
commitd74fee4fbe406a0c4bfbabe07c686fb8616ebcfc (patch)
tree08de967279ca3067fca1fd822615dfa768b93314
parent2d0090b5a08260981cbfc207e15371685074b30d (diff)
downloadgitlab-ce-docs-nneul/gitlab-ce-patch-1.tar.gz
Apply suggestion to doc/update/mysql_to_postgresql.mddocs-nneul/gitlab-ce-patch-1
-rw-r--r--doc/update/mysql_to_postgresql.md18
1 files changed, 10 insertions, 8 deletions
diff --git a/doc/update/mysql_to_postgresql.md b/doc/update/mysql_to_postgresql.md
index 85b96eed2bb..b83abcd36f7 100644
--- a/doc/update/mysql_to_postgresql.md
+++ b/doc/update/mysql_to_postgresql.md
@@ -48,16 +48,18 @@ 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.
-Start a shell session in the context of the running container:
+1. Start a shell session in the context of the running container:
-``` bash
-docker exec -it gitlab bash
-```
+ ``` bash
+ docker exec -it gitlab bash
+ ```
+
+1. Install pgloader:
-``` bash
-apt-get update
-apt-get -y install pgloader
-```
+ ``` bash
+ apt-get update
+ apt-get -y install pgloader
+ ```
## Omnibus GitLab installations