mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-03-04 15:51:29 +02:00
Fix problem with remote archive-push
This commit is contained in:
parent
fdfb074703
commit
9865e0934d
@ -351,7 +351,7 @@ main(int argc, char *argv[])
|
||||
backup_subcmd == ARCHIVE_PUSH_CMD || backup_subcmd == ARCHIVE_GET_CMD))
|
||||
{
|
||||
if (remote_agent) {
|
||||
if (backup_subcmd != BACKUP_CMD) {
|
||||
if (backup_subcmd != BACKUP_CMD && backup_subcmd != ARCHIVE_PUSH_CMD) {
|
||||
fio_communicate(STDIN_FILENO, STDOUT_FILENO);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user