We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 764680e commit 8f4e7d6Copy full SHA for 8f4e7d6
src/pg_probackup.c
@@ -677,6 +677,7 @@ main(int argc, char *argv[])
677
if (instance_config.pgdata != NULL)
678
canonicalize_path(instance_config.pgdata);
679
if (instance_config.pgdata != NULL &&
680
+ backup_subcmd != ARCHIVE_GET_CMD &&
681
!is_absolute_path(instance_config.pgdata))
682
elog(ERROR, "-D, --pgdata must be an absolute path");
683
0 commit comments