From 5e45211a64149b3c659b90ff2de6fa982a5a93ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:17:33 +0200 Subject: Adding upstream version 15.5. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/recovery-config.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 doc/src/sgml/html/recovery-config.html (limited to 'doc/src/sgml/html/recovery-config.html') diff --git a/doc/src/sgml/html/recovery-config.html b/doc/src/sgml/html/recovery-config.html new file mode 100644 index 0000000..4f3c4d6 --- /dev/null +++ b/doc/src/sgml/html/recovery-config.html @@ -0,0 +1,31 @@ + +O.1. recovery.conf file merged into postgresql.conf

O.1. recovery.conf file merged into postgresql.conf

+ PostgreSQL 11 and below used a configuration file named + recovery.conf + + to manage replicas and standbys. Support for this file was removed in PostgreSQL 12. See + the release notes for PostgreSQL 12 for details + on this change. +

+ On PostgreSQL 12 and above, + archive recovery, streaming replication, and PITR + are configured using + normal server configuration parameters. + These are set in postgresql.conf or via + ALTER SYSTEM + like any other parameter. +

+ The server will not start if a recovery.conf exists. +

+ The + trigger_file + + setting has been renamed to + promote_trigger_file. +

+ The + standby_mode + + setting has been removed. A standby.signal file in the data directory + is used instead. See Standby Server Operation for details. +

\ No newline at end of file -- cgit v1.2.3