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
f4faa2a0
Commit
f4faa2a0
authored
Nov 27, 2017
by
James Ramsay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos
parent
fddf2e5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
doc/gitlab-geo/database.md
doc/gitlab-geo/database.md
+7
-7
No files found.
doc/gitlab-geo/database.md
View file @
f4faa2a0
...
...
@@ -161,8 +161,8 @@ will not be able to perform all necessary configuration steps. Refer to
```
Depending on your network configuration, the primary and secondary may
connect over the public internet, a local area network, or a vitual
network connecting availability zones like Amazon's [Virtual Pr
o
vate
connect over the public internet, a local area network, or a vi
r
tual
network connecting availability zones like Amazon's [Virtual Pr
i
vate
Cloud](https://aws.amazon.com/vpc/). If you are using a local or virtual
network use the interface IP address, otherwise use the public IP address.
...
...
@@ -183,13 +183,13 @@ will not be able to perform all necessary configuration steps. Refer to
geo_primary_role['enable'] = true
# Primary IP address
# - replace
1.2.3.4
with the primary interface IP address
# - replace
'1.2.3.4'
with the primary interface IP address
postgresql['listen_address'] = '1.2.3.4'
postgresql['trust_auth_cidr_addresses'] = ['127.0.0.1/32','1.2.3.4/32']
# Seconday IP addresses
# - local/vir
ual networks: replace 5.6.7.8
with the secondary interface IP address
# - otherwise: replace
5.6.7.8
with the secondary public IP address
# Seconda
r
y IP addresses
# - local/vir
tual networks: replace '5.6.7.8'
with the secondary interface IP address
# - otherwise: replace
'5.6.7.8'
with the secondary public IP address
postgresql['md5_auth_cidr_addresses'] = ['5.6.7.8/32']
# Replication settings
...
...
@@ -201,7 +201,7 @@ will not be able to perform all necessary configuration steps. Refer to
For external PostgreSQL instances, [see additional instructions][external postgresql].
The `listen_address` option opens PostgreSQL up to
external
connections
The `listen_address` option opens PostgreSQL up to
network
connections
with the interface corresponding to the given IP. See [the PostgreSQL
documentation](https://www.postgresql.org/docs/9.6/static/runtime-config-connection.html)
for more details.
...
...
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