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
dbba454c
Commit
dbba454c
authored
Dec 04, 2014
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tips for updating CE to EE with RPMs
parent
b8f0404b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
doc/install/packages.md
doc/install/packages.md
+14
-0
No files found.
doc/install/packages.md
View file @
dbba454c
...
...
@@ -8,6 +8,20 @@ The [GitLab Omnibus Readme](https://gitlab.com/gitlab-org/omnibus-gitlab/blob/ma
Please contact
<subscribers@gitlab.com>
if you have any questions.
## RPM 'package is already installed' error
If you are using RPM and you are upgrading from GitLab Community Edition you may get an error like this:
```
package
gitlab
-
7.5.2
_omnibus
.5.2.1
.
ci
-
1.
el7
.
x86_64
(
which
is
newer
than
gitlab
-
7.5.2
_ee
.
omnibus
.5.2.1
.
ci
-
1.
el7
.
x86_64
)
is
already
installed
```
You can override this version check with the
`--oldpackage`
option:
```
rpm -Uvh --oldpackage gitlab-7.5.2_ee.omnibus.5.2.1.ci-1.el7.x86_64.rpm
```
## GitLab 7.5 Enterprise Edition
-
7.5.1-ee/CI 5.2.0 - Ubuntu 14.04 64-bit
[
gitlab_7.5.1-ee.omnibus.5.2.0.ci-1_amd64.deb
](
https://s3-eu-west-1.amazonaws.com/downloads-packages/3da7e4fb16f1a15de137a5ac5d4cb4a39cef536c/ubuntu-14.04/gitlab_7.5.1-ee.omnibus.5.2.0.ci-1_amd64.deb
)
...
...
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