You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-06-14 23:44:58 +02:00
Rename db-* options to pg-* and backup-* options to repo-* to improve consistency.
* repo-* options are now indexed although only one is allowed. * List deprecated option names in documentation and command-line help.
This commit is contained in:
@ -50,7 +50,7 @@ sub run
|
||||
my $iFileSize = length($strFileContent);
|
||||
|
||||
# Setup parameters
|
||||
$self->optionTestSet(CFGOPT_DB_PATH, $self->testPath() . '/db');
|
||||
$self->optionTestSet(CFGOPT_PG_PATH, $self->testPath() . '/db');
|
||||
$self->optionTestSet(CFGOPT_REPO_PATH, $self->testPath() . '/repo');
|
||||
$self->optionTestSet(CFGOPT_SPOOL_PATH, $self->testPath() . '/spool');
|
||||
$self->optionTestSet(CFGOPT_STANZA, $self->stanza());
|
||||
|
Reference in New Issue
Block a user