BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
2b3090d9
Commit
2b3090d9
authored
Oct 12, 2014
by
Ben Bodenmiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
simplify schema.rb reset in upgrade guides
parent
b956605f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
6.x-or-7.x-to-7.3.md
doc/update/6.x-or-7.x-to-7.3.md
+1
-2
7.2-to-7.3.md
doc/update/7.2-to-7.3.md
+1
-2
No files found.
doc/update/6.x-or-7.x-to-7.3.md
View file @
2b3090d9
...
...
@@ -64,12 +64,12 @@ sudo gem install bundler --no-ri --no-rdoc
```
bash
cd
/home/git/gitlab
sudo
-u
git
-H
git fetch
--all
sudo
-u
git
-H
git checkout
--
db/schema.rb
# local changes will be restored automatically
```
For GitLab Community Edition:
```
bash
sudo
-u
git
-H
git checkout
--
db/schema.rb
# local changes will be restored automatically
sudo
-u
git
-H
git checkout 7-3-stable
```
...
...
@@ -78,7 +78,6 @@ OR
For GitLab Enterprise Edition:
```
bash
sudo
-u
git
-H
git checkout
--
db/schema.rb
# local changes will be restored automatically
sudo
-u
git
-H
git checkout 7-3-stable-ee
```
...
...
doc/update/7.2-to-7.3.md
View file @
2b3090d9
...
...
@@ -18,12 +18,12 @@ sudo service gitlab stop
```
bash
cd
/home/git/gitlab
sudo
-u
git
-H
git fetch
--all
sudo
-u
git
-H
git checkout
--
db/schema.rb
# local changes will be restored automatically
```
For GitLab Community Edition:
```
bash
sudo
-u
git
-H
git checkout
--
db/schema.rb
# local changes will be restored automatically
sudo
-u
git
-H
git checkout 7-3-stable
```
...
...
@@ -32,7 +32,6 @@ OR
For GitLab Enterprise Edition:
```
bash
sudo
-u
git
-H
git checkout
--
db/schema.rb
# local changes will be restored automatically
sudo
-u
git
-H
git checkout 7-3-stable-ee
```
...
...
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