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
1d12fceb
Commit
1d12fceb
authored
Mar 22, 2017
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restart GitLab before reconfigure because of Redis bug
[ci skip]
parent
1a26fa3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
+12
-6
doc/gitlab-geo/updating_the_geo_nodes.md
doc/gitlab-geo/updating_the_geo_nodes.md
+12
-6
No files found.
doc/gitlab-geo/updating_the_geo_nodes.md
View file @
1d12fceb
...
...
@@ -78,6 +78,12 @@ is prepended with the relevant node for better clarity:
1. **[secondary]** Update to GitLab 9.0 following the [regular update docs][update].
At the end of the update, the node will be running with PostgreSQL 9.6.
1. **[secondary]** Make sure all services are up:
```
sudo gitlab-ctl start
```
1. **[secondary]** Reconfigure GitLab:
```
...
...
@@ -143,21 +149,21 @@ everything is working correctly:
1.
Test the data replication by pushing code to the primary and see if it
is received by the secondaries
## Enable
Tracking D
atabase
## Enable
tracking d
atabase
Geo secondary nodes now can keep track of replication status and recover
automatically from some replication issues. To get this feature enabled
automatically from some replication issues. To get this feature enabled
,
you need to activate the Tracking Database.
> **IMPORTANT:** For this feature to work correctly, all nodes must be
with their clocks synchronized. It
's not required to set the same timezone,
but they can' be more than 60 seconds of difference from each other
considering UTC time
.
with their clocks synchronized. It
is not required for all nodes to be set to
the same time zone, but when the respective times are converted to UTC time,
the clocks must be synchronized to within 60 seconds of each other
.
1.
Setup clock synchronization service in your Linux distro.
This can easily be done via any NTP compatible daemon.
1.
Edit
the /etc/gitlab/gitlab.rb
:
1.
Edit
`/etc/gitlab/gitlab.rb`
:
```
geo_postgresql['enable'] = true
...
...
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