You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-15 01:04:37 +02:00
Improve error when pg1-path option missing for archive-get command.
The assert thrown was not as descriptive as a proper option missing error.
This commit is contained in:
@ -2519,10 +2519,7 @@ my %hConfigDefine =
|
||||
},
|
||||
&CFGDEF_COMMAND =>
|
||||
{
|
||||
&CFGCMD_ARCHIVE_GET =>
|
||||
{
|
||||
&CFGDEF_REQUIRED => false
|
||||
},
|
||||
&CFGCMD_ARCHIVE_GET => {},
|
||||
&CFGCMD_ARCHIVE_PUSH =>
|
||||
{
|
||||
&CFGDEF_REQUIRED => false
|
||||
|
Reference in New Issue
Block a user