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
c8e009fe
Commit
c8e009fe
authored
Mar 22, 2017
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix ordering of migration step
[ci skip]
parent
94522dbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
doc/gitlab-geo/updating_the_geo_nodes.md
doc/gitlab-geo/updating_the_geo_nodes.md
+7
-7
No files found.
doc/gitlab-geo/updating_the_geo_nodes.md
View file @
c8e009fe
...
@@ -181,13 +181,6 @@ the clocks must be synchronized to within 60 seconds of each other.
...
@@ -181,13 +181,6 @@ the clocks must be synchronized to within 60 seconds of each other.
sudo cp /opt/gitlab/embedded/service/gitlab-rails/config/database_geo.yml.postgresql /opt/gitlab/embedded/service/gitlab-rails/config/database_geo.yml
sudo cp /opt/gitlab/embedded/service/gitlab-rails/config/database_geo.yml.postgresql /opt/gitlab/embedded/service/gitlab-rails/config/database_geo.yml
```
```
1.
Reconfigure GitLab:
```
sudo gitlab-ctl start
sudo gitlab-ctl reconfigure
```
1.
Edit the content of
`database_geo.yml`
in
`production:`
like the example below:
1.
Edit the content of
`database_geo.yml`
in
`production:`
like the example below:
```
yaml
```
yaml
...
@@ -206,6 +199,13 @@ the clocks must be synchronized to within 60 seconds of each other.
...
@@ -206,6 +199,13 @@ the clocks must be synchronized to within 60 seconds of each other.
```
```
1.
Reconfigure GitLab:
```
sudo gitlab-ctl start
sudo gitlab-ctl reconfigure
```
1.
Set up the Geo tracking database:
1.
Set up the Geo tracking database:
```
```
...
...
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