Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMiao Wang <shankerwangmiao@gmail.com>2018-07-20 10:45:36 +0300
committerMiao Wang <shankerwangmiao@gmail.com>2018-07-20 10:45:36 +0300
commit4661bb29ce6755778a5dd5aacf2fee1f6c8a2e2b (patch)
tree15be69141643199a36859df27ee73bb080603a92 /doc
parent2fee11ba148592ef6b9924fc439fb6a4ae95c58c (diff)
Doc: Fix indent problem in mysql_to_postgresql.md
Diffstat (limited to 'doc')
-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: