Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d78b6cb

Browse filesBrowse files
committed
doc: Remove reference to trigger file regarding promotion
The wording changed here comes from 991bfe1, when the only way to trigger a promotion was with a trigger file. There are more options to achieve this operation these days, like the SQL function pg_promote() or the command `pg_ctl promote`, so it is confusing to assume that only a trigger file is able to do the work. Note also that promote_trigger_file has been removed as of cd4329d in 16~. Author: Shinya Kato Discussion: https://postgr.es/m/201b08ea29aa61f96162080e75be503c@oss.nttdata.com Backpatch-through: 12
1 parent fd5e8b4 commit d78b6cb
Copy full SHA for d78b6cb

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎doc/src/sgml/high-availability.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/high-availability.sgml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ protocol to make nodes agree on a serializable transactional order.
648648
later disconnected, the standby goes back to step 1 and tries to
649649
restore the file from the archive again. This loop of retries from the
650650
archive, <filename>pg_wal</filename>, and via streaming replication goes on until the server
651-
is stopped or failover is triggered by a trigger file.
651+
is stopped or is promoted.
652652
</para>
653653

654654
<para>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.