Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c729b06a
Commit
c729b06a
authored
Oct 09, 2017
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts with doc/update/mysql_to_postgresql.md
parent
2ab289f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
doc/update/mysql_to_postgresql.md
doc/update/mysql_to_postgresql.md
+0
-10
No files found.
doc/update/mysql_to_postgresql.md
View file @
c729b06a
...
@@ -44,19 +44,11 @@ Here's what you'll need to have installed:
...
@@ -44,19 +44,11 @@ Here's what you'll need to have installed:
sudo gitlab-ctl reconfigure
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:
1.
Start Unicorn and PostgreSQL so that we can prepare the schema:
``` bash
``` bash
sudo gitlab-ctl start unicorn
sudo gitlab-ctl start unicorn
sudo gitlab-ctl start postgresql
sudo gitlab-ctl start postgresql
>>>>>>> ce-com/master
```
```
1.
Run the following commands to prepare the schema:
1.
Run the following commands to prepare the schema:
...
@@ -65,7 +57,6 @@ Here's what you'll need to have installed:
...
@@ -65,7 +57,6 @@ Here's what you'll need to have installed:
sudo gitlab-rake db:create db:migrate
sudo gitlab-rake db:create db:migrate
```
```
<<<<<<< HEAD
1.
Stop Unicorn in case it's interfering the next step:
1.
Stop Unicorn in case it's interfering the next step:
``` bash
``` bash
...
@@ -325,6 +316,5 @@ If you experience 500 errors after the migration, try to clear the cache:
...
@@ -325,6 +316,5 @@ If you experience 500 errors after the migration, try to clear the cache:
```
bash
```
bash
sudo
gitlab-rake cache:clear
sudo
gitlab-rake cache:clear
```
```
>>>>>>> ce-com/master
[
reconfigure GitLab
]:
../administration/restart_gitlab.md#omnibus-gitlab-reconfigure
[
reconfigure GitLab
]:
../administration/restart_gitlab.md#omnibus-gitlab-reconfigure
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment