Глава 26. Конфигурация восстановления

Глава описывает параметры, задаваемые в файле recovery.conf. Они применяются лишь во время восстановления и должны заново устанавливаться перед каждым последующим восстановлением. После начала процесса они не могут быть изменены.

Параметры в файле recovery.conf указываются в формате name = 'value'. Каждый параметр должен располагаться на отдельной строке. Для строчного комментария используется хеш (#). Чтобы включить апостроф в значение параметра, продублируйте его ('').

Пример файла share/recovery.conf.sample, поставляемый в рамках дистрибутива, размещён в каталоге share/.

Chapter 26. Recovery Configuration

This chapter describes the settings available in the recovery.conf file. They apply only for the duration of the recovery. They must be reset for any subsequent recovery you wish to perform. They cannot be changed once recovery has begun.

Settings in recovery.conf are specified in the format name = 'value'. One parameter is specified per line. Hash marks (#) designate the rest of the line as a comment. To embed a single quote in a parameter value, write two quotes ('').

A sample file, share/recovery.conf.sample, is provided in the installation's share/ directory.

FAQ