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
f94c6f9c
Commit
f94c6f9c
authored
Mar 17, 2011
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor fixes for high availability documentation.
Erik Rijkers and me
parent
76dbb461
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
doc/src/sgml/high-availability.sgml
doc/src/sgml/high-availability.sgml
+14
-14
No files found.
doc/src/sgml/high-availability.sgml
View file @
f94c6f9c
...
...
@@ -873,7 +873,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
might indicate that the master server is under heavy load, while
differences between <literal>sent_location</> and
<function>pg_last_xlog_receive_location</> on the standby might indicate
network delay, or that the
the
standby is under heavy load.
network delay, or that the standby is under heavy load.
</para>
</sect3>
...
...
@@ -952,7 +952,7 @@ synchronous_replication = on
If the standby is the first matching standby, as specified in
<varname>synchronous_standby_names</> on the primary, the reply
messages from that standby will be used to wake users waiting for
confirmation the commit record has been received. These parameters
confirmation th
at th
e commit record has been received. These parameters
allow the administrator to specify which standby servers should be
synchronous standbys. Note that the configuration of synchronous
replication is mainly on the master.
...
...
@@ -1002,10 +1002,10 @@ synchronous_replication = on
<para>
With synchronous replication options specified at the application level
(on the primary) we can offer sync
rep for the most important changes,
without slowing down the bulk of the total workload. Application level
options are an important and practical tool for allowing the benefits of
synchronous replication for high performance applications.
(on the primary) we can offer sync
hronous replication for the most
important changes, without slowing down the bulk of the total workload.
Application level options are an important and practical tool for allowing
the benefits of
synchronous replication for high performance applications.
</para>
<para>
...
...
@@ -1029,7 +1029,7 @@ synchronous_replication = on
your last remaining sync standby. This can be achieved by naming multiple
potential synchronous standbys using <varname>synchronous_standby_names</>.
The first named standby will be used as the synchronous standby. Standbys
listed after this will takeover the role of synchronous standby if the
listed after this will take
over the role of synchronous standby if the
first one should fail.
</para>
...
...
@@ -1039,7 +1039,7 @@ synchronous_replication = on
the lag between standby and primary reaches zero for the first time
we move to real-time <literal>STREAMING</> state.
The catch-up duration may be long immediately after the standby has
been created. If the standby is shutdown, then the catch-up period
been created. If the standby is shut
down, then the catch-up period
will increase according to the length of time the standby has been down.
The standby is only able to become a synchronous standby
once it has reached <literal>STREAMING</> state.
...
...
@@ -1060,12 +1060,13 @@ synchronous_replication = on
<para>
If you really do lose your last standby server then you should disable
<varname>synchronous_standby_names</> and restart the primary server.
<varname>synchronous_standby_names</> and reload the configuration file
on the primary server.
</para>
<para>
If the primary is isolated from remaining standby severs you should
failover to the best candidate of those other remaining standby servers.
If the primary is isolated from remaining standby se
r
vers you should
fail
over to the best candidate of those other remaining standby servers.
</para>
<para>
...
...
@@ -1130,7 +1131,7 @@ synchronous_replication = on
and might stay down. To return to normal operation, a standby server
must be recreated,
either on the former primary system when it comes up, or on a third,
possibly new, system. Once complete the primary and standby can be
possibly new, system. Once complete
,
the primary and standby can be
considered to have switched roles. Some people choose to use a third
server to provide backup for the new primary until the new standby
server is recreated,
...
...
@@ -1155,8 +1156,7 @@ synchronous_replication = on
<command>pg_ctl promote</> to fail over, <varname>trigger_file</> is
not required. If you're setting up the reporting servers that are
only used to offload read-only queries from the primary, not for high
availability purposes, you don't need to exit recovery in the standby
and promote it to a master.
availability purposes, you don't need to promote it.
</para>
</sect1>
...
...
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