Skip to content
代码片段 群组 项目
提交 c729b06a 编辑于 作者: Stan Hu's avatar Stan Hu
浏览文件

Resolve conflicts with doc/update/mysql_to_postgresql.md

上级 2ab289f6
No related branches found
No related tags found
无相关合并请求
......@@ -44,19 +44,11 @@ Here's what you'll need to have installed:
sudo gitlab-ctl reconfigure
```
<<<<<<< HEAD
1. Start Unicorn and PostgreSQL so that we could prepare the schema:
``` bash
sudo gitlab-ctl start unicorn
sudo gitlab-ctl start posgresql
=======
1. Start Unicorn and PostgreSQL so that we can prepare the schema:
``` bash
sudo gitlab-ctl start unicorn
sudo gitlab-ctl start postgresql
>>>>>>> ce-com/master
```
1. Run the following commands to prepare the schema:
......@@ -65,7 +57,6 @@ Here's what you'll need to have installed:
sudo gitlab-rake db:create db:migrate
```
<<<<<<< HEAD
1. Stop Unicorn in case it's interfering the next step:
``` bash
......@@ -325,6 +316,5 @@ If you experience 500 errors after the migration, try to clear the cache:
``` bash
sudo gitlab-rake cache:clear
```
>>>>>>> ce-com/master
[reconfigure GitLab]: ../administration/restart_gitlab.md#omnibus-gitlab-reconfigure
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册