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
27866b31
Commit
27866b31
authored
Jul 21, 2017
by
Marcia Ramos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add info on upgrading geo
parent
f58986b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
doc/gitlab-geo/configuration.md
doc/gitlab-geo/configuration.md
+13
-0
No files found.
doc/gitlab-geo/configuration.md
View file @
27866b31
...
...
@@ -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 9.4 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 9.4 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