mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-08 13:44:32 +02:00
Merge branch 'master' into issue_169
This commit is contained in:
commit
9811acfa45
@ -538,6 +538,14 @@ main(int argc, char *argv[])
|
|||||||
setMyLocation();
|
setMyLocation();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* disable logging into file for archive-push and archive-get */
|
||||||
|
if (backup_subcmd == ARCHIVE_GET_CMD ||
|
||||||
|
backup_subcmd == ARCHIVE_PUSH_CMD)
|
||||||
|
{
|
||||||
|
instance_config.logger.log_level_file = LOG_OFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Just read environment variables */
|
/* Just read environment variables */
|
||||||
if (backup_path == NULL && backup_subcmd == CHECKDB_CMD)
|
if (backup_path == NULL && backup_subcmd == CHECKDB_CMD)
|
||||||
config_get_opt_env(instance_options);
|
config_get_opt_env(instance_options);
|
||||||
|
Loading…
Reference in New Issue
Block a user