Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
0ff7ea5d
Commit
0ff7ea5d
authored
Oct 10, 2011
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some minor wordsmithing for the cascading replication documentation.
Per report from Thom Brown.
parent
e26d5fcd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
doc/src/sgml/high-availability.sgml
doc/src/sgml/high-availability.sgml
+7
-6
No files found.
doc/src/sgml/high-availability.sgml
View file @
0ff7ea5d
...
@@ -924,16 +924,17 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
...
@@ -924,16 +924,17 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
Promoting a cascading standby terminates the immediate downstream replication
Promoting a cascading standby terminates the immediate downstream replication
connections which it serves. This is because the timeline becomes different
connections which it serves. This is because the timeline becomes different
between standbys, and they can no longer continue replication. The
between standbys, and they can no longer continue replication. The
e
ffected standby(s) may reconnect to reestablish streaming replication.
a
ffected standby(s) may reconnect to reestablish streaming replication.
</para>
</para>
<para>
<para>
To use cascading replication, set up the cascading standby so that it can
To use cascading replication, set up the cascading standby so that it can
accept replication connections, i.e., set <varname>max_wal_senders</>,
accept replication connections (that is, set
<varname>hot_standby</> and authentication option (see
<xref linkend="guc-max-wal-senders"> and <xref linkend="guc-hot-standby">,
<xref linkend="streaming-replication"> and <xref linkend="hot-standby">).
and configure
Also set <varname>primary_conninfo</> in the downstream standby to point
<link linkend="auth-pg-hba-conf">host-based authentication</link>).
to the cascading standby.
You will also need to set <varname>primary_conninfo</> in the downstream
standby to point to the cascading standby.
</para>
</para>
</sect2>
</sect2>
...
...
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