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
ce887778
Commit
ce887778
authored
Mar 16, 2017
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add update info
[ci skip]
parent
66f399b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
0 deletions
+28
-0
doc/gitlab-geo/README.md
doc/gitlab-geo/README.md
+4
-0
doc/gitlab-geo/updating_the_geo_nodes.md
doc/gitlab-geo/updating_the_geo_nodes.md
+24
-0
No files found.
doc/gitlab-geo/README.md
View file @
ce887778
...
...
@@ -62,6 +62,10 @@ If you installed GitLab from source:
[
install-ee-source
]:
https://docs.gitlab.com/ee/install/installation.html
"GitLab Enterprise Edition installation from source"
## Updating the Geo nodes
Read how to
[
update your Geo nodes to the latest GitLab version
](
updating_the_geo_nodes.md
)
.
## Current limitations
-
You cannot push code to secondary nodes
...
...
doc/gitlab-geo/updating_the_geo_nodes.md
0 → 100644
View file @
ce887778
# Updating the Geo nodes
In order to update the GitLab Geo nodes when a new GitLab version is released,
all you need to do is update GitLab itself:
1.
Log into each node (primary and secondaries)
1.
Upgrade GitLab
1.
Test primary and secondary nodes, and check version in each.
---
For Omnibus GitLab installations it's a matter of updating the package:
```
# Debian/Ubuntu
sudo apt-get update
sudo apt-get install gitlab-ee
# Centos/RHEL
sudo yum install gitlab-ee
```
For installations from source, [follow the instructions for your GitLab version]
(https://gitlab.com/gitlab-org/gitlab-ee/tree/master/doc/update).
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