1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/build/lib/pgBackRestBuild/Config
David Steele c41fb575fb Add standby restore type.
This restore type automatically adds standby_mode=on to recovery.conf.

This could be accomplished previously by setting --recovery-option=standby_mode=on but PostgreSQL 12 requires standby mode to be enabled by a special file named standby.signal.

The new restore type allows us to maintain a common interface between PostgreSQL versions.
2019-09-26 17:39:45 -04:00
..
Build.pm Add internal flag for commands. 2019-05-28 12:18:05 -04:00
BuildDefine.pm Fix typo in CFGDEFDATA_OPTION_OPTIONAL_COMMAND_OVERRIDE macro name. 2019-08-26 11:25:14 -04:00
BuildParse.pm Automatically generate constants for command and option names. 2019-04-12 09:03:34 -04:00
Data.pm Add standby restore type. 2019-09-26 17:39:45 -04:00