summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-07-20 13:52:06 +0000
committerStan Hu <stanhu@gmail.com>2018-07-20 13:52:06 +0000
commit623efcefea085f8c043ba342db7fbb2a26f7279d (patch)
treec9bcb5751a4ad8636b476398969f7df85414a29f
parent4e1c35ed568f30d1e69388e4acba714e54d32685 (diff)
parent4661bb29ce6755778a5dd5aacf2fee1f6c8a2e2b (diff)
downloadgitlab-ce-623efcefea085f8c043ba342db7fbb2a26f7279d.tar.gz
Merge branch 'docs/fix-indent-problem-in-mysql_to_postgresql' into 'master'
Docs: Fix indent problem in mysql_to_postgresql.md See merge request gitlab-org/gitlab-ce!20736
-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: