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
949f0be5
Commit
949f0be5
authored
May 19, 2020
by
Anton Smith
Committed by
Achilleas Pipinellis
May 19, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs - add missing steps when configuring primary server
parent
7c50c465
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
doc/administration/geo/replication/external_database.md
doc/administration/geo/replication/external_database.md
+13
-0
No files found.
doc/administration/geo/replication/external_database.md
View file @
949f0be5
...
...
@@ -17,6 +17,19 @@ developed and tested. We aim to be compatible with most external
sudo
-i
```
1.
Edit
`/etc/gitlab/gitlab.rb`
and add a
**unique**
ID for your node (arbitrary value):
```
ruby
# The unique identifier for the Geo node.
gitlab_rails
[
'geo_node_name'
]
=
'<node_name_here>'
```
1.
Reconfigure the
**primary**
node for the change to take effect:
```
shell
gitlab-ctl reconfigure
```
1.
Execute the command below to define the node as
**primary**
node:
```
shell
...
...
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