You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-11-06 08:49:29 +02:00
Add beta feature infrastructure.
This allows options to be marked as beta, which will require that the --beta option be supplied to prevent accidental usage of a beta feature. The online and command-line documentation also show warnings when options are beta.
This commit is contained in:
@@ -1090,6 +1090,7 @@ sub configCreate
|
||||
|
||||
# General options
|
||||
# ------------------------------------------------------------------------------------------------------------------------------
|
||||
$oParamHash{&CFGDEF_SECTION_GLOBAL}{'beta'} = 'y';
|
||||
$oParamHash{&CFGDEF_SECTION_GLOBAL}{'job-retry'} = 0;
|
||||
|
||||
$oParamHash{&CFGDEF_SECTION_GLOBAL}{'log-level-console'} = lc(DETAIL);
|
||||
|
||||
Reference in New Issue
Block a user