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
913b4c7c
Commit
913b4c7c
authored
Jul 21, 2017
by
Stan Hu
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'docs-update-geo' into 'master'
Docs: update Geo with upgrade instructions See merge request !2491
parents
f58986b3
775cb84d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
doc/gitlab-geo/README.md
doc/gitlab-geo/README.md
+4
-0
doc/gitlab-geo/configuration.md
doc/gitlab-geo/configuration.md
+13
-0
No files found.
doc/gitlab-geo/README.md
View file @
913b4c7c
...
...
@@ -113,6 +113,10 @@ If you installed GitLab from source:
[
install-ee-source
]:
https://docs.gitlab.com/ee/install/installation.html
"GitLab Enterprise Edition installation from source"
## Configuring GitLab Geo
Read through the
[
GitLab Geo configuration
](
configuration.md
)
documentation.
## Updating the Geo nodes
Read how to
[
update your Geo nodes to the latest GitLab version
](
updating_the_geo_nodes.md
)
.
...
...
doc/gitlab-geo/configuration.md
View file @
913b4c7c
...
...
@@ -282,6 +282,19 @@ Host example.com # The FQDN of the primary Geo node
IdentityFile ~/.ssh/mycustom.key # The location of your private key
```
### Upgrading Geo
To avoid having to maintain consistency of the `
authorized_keys
` file for SSH access,
we encourage all **Geo** users to
[switch to SSH key lookups via the database](ssh.md).
This will be necessary once Geo system hooks are removed.
We highly recommend using replication slots. The easiest way to do this in Omnibus is the following:
1. Install GitLab on the primary server
1. Run `
gitlab-ctl reconfigure
` and `
gitlab-ctl restart postgresql
`
. This will enable replication slots on the primary database.
1.
Install GitLab on the secondary server.
1.
Re-run the
[
database replication process
](
database.md#step-3-initiate-the-replication-process
)
.
## Troubleshooting
See the
[
troubleshooting document
](
troubleshooting.md
)
.
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