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
49684709
Commit
49684709
authored
Jul 20, 2020
by
Catalin Irimie
Committed by
Mike Jang
Jul 20, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds docs note about using wildcard address for PG when setting up Geo
parent
dfa3953c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
doc/administration/geo/replication/database.md
doc/administration/geo/replication/database.md
+5
-0
No files found.
doc/administration/geo/replication/database.md
View file @
49684709
...
...
@@ -167,6 +167,11 @@ There is an [issue where support is being discussed](https://gitlab.com/gitlab-o
corresponding to the given address. See
[
the PostgreSQL documentation
](
https://www.postgresql.org/docs/11/runtime-config-connection.html
)
for more details.
NOTE:
**Note:**
If you need to use
`0.0.0.0`
or
`*`
as the listen_address, you will also need to add
`127.0.0.1/32`
to the
`postgresql['md5_auth_cidr_addresses']`
setting, to allow Rails to connect through
`127.0.0.1`
. For more information, see
[
omnibus-5258
](
https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5258
)
.
Depending on your network configuration, the suggested addresses may not
be correct. If your
**primary**
node and
**secondary**
nodes connect over a local
area network, or a virtual network connecting availability zones like
...
...
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