summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiao Wang <shankerwangmiao@gmail.com>2018-07-20 07:45:36 +0000
committerMiao Wang <shankerwangmiao@gmail.com>2018-07-20 07:45:36 +0000
commit4661bb29ce6755778a5dd5aacf2fee1f6c8a2e2b (patch)
tree15be69141643199a36859df27ee73bb080603a92
parent2fee11ba148592ef6b9924fc439fb6a4ae95c58c (diff)
downloadgitlab-ce-4661bb29ce6755778a5dd5aacf2fee1f6c8a2e2b.tar.gz
Doc: Fix indent problem in mysql_to_postgresql.md
-rw-r--r--doc/update/mysql_to_postgresql.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/update/mysql_to_postgresql.md b/doc/update/mysql_to_postgresql.md
index 44e9f6c5516..0b38cde811d 100644
--- a/doc/update/mysql_to_postgresql.md
+++ b/doc/update/mysql_to_postgresql.md
@@ -194,12 +194,12 @@ sudo apt-get install pgloader
1. Switch database from MySQL to PostgreSQL
- ``` bash
- cd /home/git/gitlab
- sudo -u git mv config/database.yml config/database.yml.bak
- sudo -u git cp config/database.yml.postgresql config/database.yml
- sudo -u git -H chmod o-rwx config/database.yml
- ```
+ ``` bash
+ cd /home/git/gitlab
+ sudo -u git mv config/database.yml config/database.yml.bak
+ sudo -u git cp config/database.yml.postgresql config/database.yml
+ sudo -u git -H chmod o-rwx config/database.yml
+ ```
1. Run the following commands to prepare the schema: