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 e16bdc6 commit eec11c0Copy full SHA for eec11c0
src/pg_probackup.c
@@ -363,8 +363,9 @@ main(int argc, char *argv[])
363
}
364
365
/*
366
- * Read options from env variables or from config file,
367
- * unless we're going to set them via set-config.
+ * We read options from command line, now we need to read them from
+ * configuration file since we got backup path and instance name.
368
+ * For some commands an instance option isn't required, see above.
369
*/
370
if (instance_name)
371
{
0 commit comments