From bc5334d8679c428a709d150666b288171795bd76 Mon Sep 17 00:00:00 2001 From: Simon Riggs Date: Wed, 27 Mar 2013 11:45:42 +0000 Subject: Allow external recovery_config_directory If required, recovery.conf can now be located outside of the data directory. Server needs read/write permissions on this directory. --- doc/src/sgml/config.sgml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'doc/src') diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index d750f0800b7..6488399708f 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -330,6 +330,23 @@ include 'filename' + + + recovery_config_directory (string) + + recovery_config_directory configuration parameter + + + + Specifies the directory to use for the recovery.conf file. Note + the server requires read and write permission on this directory + because the file will be renamed to recovery.done at the end of + recovery. + This parameter can only be set at server start. + + + + config_file (string) -- cgit v1.2.3