Skip to content
Snippets Groups Projects
Commit 4661bb29 authored by Miao Wang's avatar Miao Wang
Browse files

Doc: Fix indent problem in mysql_to_postgresql.md

parent 2fee11ba
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -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:
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment