1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-24 11:46:31 +02:00

Ignore stream param from backup if we start restore without backup_id.

This commit is contained in:
stalkerg 2016-11-17 19:08:10 +03:00
parent c084fee35c
commit 9d579bc195

View File

@ -204,6 +204,7 @@ base_backup_found:
!satisfy_recovery_target(backup, rt))
continue;
if (backup_id != 0)
stream_wal = backup->stream;
print_backup_lsn(backup);